diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-06 08:25:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-06 08:25:15 +0000 |
commit | 1815ad34e409168946065c7a7f4d8e55397c6a1b (patch) | |
tree | f3834fcfe2eed0508fbcfa70f649a9157b417350 /mail/p5-Email-Simple/Makefile | |
parent | b9807d2543b10ad6abd03c5f21334b2178d39c5a (diff) | |
download | ports-1815ad34e409168946065c7a7f4d8e55397c6a1b.tar.gz ports-1815ad34e409168946065c7a7f4d8e55397c6a1b.zip |
Notes
Diffstat (limited to 'mail/p5-Email-Simple/Makefile')
-rw-r--r-- | mail/p5-Email-Simple/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index 85a554714a8a..032d63b2cd82 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -6,23 +6,21 @@ # PORTNAME= Email-Simple -PORTVERSION= 2.100 -PORTREVISION= 1 +PORTVERSION= 2.101 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|} MAINTAINER= perl@FreeBSD.org COMMENT= Simple parsing of RFC2822 message format and headers BUILD_DEPENDS= p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format PERL_CONFIGURE= yes MAN3= Email::Simple.3 \ - Email::Simple::Header.3 \ - Email::Simple::Creator.3 + Email::Simple::Creator.3 \ + Email::Simple::Header.3 .include <bsd.port.mk> |