diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2012-04-12 08:09:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2012-04-12 08:09:59 +0000 |
commit | 2bda618b2b2520a14475d4b28233f609d6462b65 (patch) | |
tree | 2739f4deddfc5fa6ab83dd96fba67f144683784f /mail/p5-Email-Address/Makefile | |
parent | 1b95baf9c06869efcc59cf661dd448cd617fb3c3 (diff) |
Update to 1.89(.)5.
Notes
Notes:
svn path=/head/; revision=294715
Diffstat (limited to 'mail/p5-Email-Address/Makefile')
-rw-r--r-- | mail/p5-Email-Address/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile index e23ba8c0df42..85673b684d47 100644 --- a/mail/p5-Email-Address/Makefile +++ b/mail/p5-Email-Address/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Email-Address -PORTVERSION= 1.89.4 +PORTVERSION= 1.89.5 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation +TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= Email::Address.3 |