diff options
author | wen <wen@FreeBSD.org> | 2010-04-30 14:25:21 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-04-30 14:25:21 +0800 |
commit | 1f88a26c364c8d9fd66ae6026540f758544d287a (patch) | |
tree | 24d2223be1b0b0da27d44b2158f9d26300d6c42f /mail | |
parent | abb05415849daecd471454913ed551431e91f48b (diff) | |
download | freebsd-ports-gnome-1f88a26c364c8d9fd66ae6026540f758544d287a.tar.gz freebsd-ports-gnome-1f88a26c364c8d9fd66ae6026540f758544d287a.tar.zst freebsd-ports-gnome-1f88a26c364c8d9fd66ae6026540f758544d287a.zip |
- Add missing dependence
PR: ports/146166
Submitted by: Emil Mikulic <emikulic@gmail.com>
Diffstat (limited to 'mail')
-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 \ |