Permalink
Browse files
p5-mail-authenticationresults: new port
Mail::AuthenticationResults - Object Oriented Authentication-Results Headers
- Loading branch information
Showing
with
25 additions
and 0 deletions.
| @@ -0,0 +1,25 @@ | ||
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 5.28 | ||
| perl5.setup Mail-AuthenticationResults 1.20180923 | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| categories-append mail | ||
| description Mail::AuthenticationResults - Object Oriented Authentication-Results Headers | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 f2befa68dcfbf523673371314e9403dc28f0dc8b \ | ||
| sha256 7ff59a229db597cc89e3aa9c2459145092061da0b77012376f142eb653f53cbc \ | ||
| size 29827 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| depends_build-append \ | ||
| port:p${perl5.major}-test-exception | ||
|
|
||
| supported_archs noarch | ||
| } |