diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-30 06:25:21 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-30 06:25:21 +0000 |
commit | c57b4d30012ae05e94f09629beb549c73ffbb44c (patch) | |
tree | 514ce11dae4637029edfad427fb117bd85eda03b /mail/p5-Email-Simple | |
parent | 624b2746629f5d50c7246a2453b61df1795bbef2 (diff) |
Notes
Diffstat (limited to 'mail/p5-Email-Simple')
-rw-r--r-- | mail/p5-Email-Simple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index 50b173bec03f..85a554714a8a 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -7,6 +7,7 @@ PORTNAME= Email-Simple PORTVERSION= 2.100 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,9 @@ 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} + PERL_CONFIGURE= yes MAN3= Email::Simple.3 \ |