diff options
author | wen <wen@FreeBSD.org> | 2015-09-20 15:33:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-09-20 15:33:37 +0800 |
commit | 53a446d3327bb28dd9ca394676e100bbe18c1a9a (patch) | |
tree | 706f3c46ab5f739c7bb8bc6b80f442e6260c90b8 /mail | |
parent | 2c75a568f08b8532d8d5f535f06e033b2fc3c85b (diff) | |
download | freebsd-ports-gnome-53a446d3327bb28dd9ca394676e100bbe18c1a9a.tar.gz freebsd-ports-gnome-53a446d3327bb28dd9ca394676e100bbe18c1a9a.tar.zst freebsd-ports-gnome-53a446d3327bb28dd9ca394676e100bbe18c1a9a.zip |
- Update to 1.90.8
Changes: http://cpansearch.perl.org/src/RJBS/Email-Address-1.908/Changes
- Add LICENSE
- Add NO_ARCH=yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Address/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Email-Address/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile index 65c46033689f..ed64c320c624 100644 --- a/mail/p5-Email-Address/Makefile +++ b/mail/p5-Email-Address/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Address -PORTVERSION= 1.90.5 -PORTREVISION= 1 +PORTVERSION= 1.90.8 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/mail/p5-Email-Address/distinfo b/mail/p5-Email-Address/distinfo index 4368770c71d9..82af07671ffd 100644 --- a/mail/p5-Email-Address/distinfo +++ b/mail/p5-Email-Address/distinfo @@ -1,2 +1,2 @@ -SHA256 (Email-Address-1.905.tar.gz) = 737f15e4e3ac09186d7053a1b89619d0b714a284f232e207677b186d9fcc92b2 -SIZE (Email-Address-1.905.tar.gz) = 39663 +SHA256 (Email-Address-1.908.tar.gz) = e5f860bdfe6d768324bc9e402d563667e4171dd98f1a87d785e9087f7793d444 +SIZE (Email-Address-1.908.tar.gz) = 41925 |