diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-29 02:17:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-29 02:17:03 +0000 |
commit | 49317a632aeba4d81d1c7a1cd64d9d6bea99597f (patch) | |
tree | 2ae1089e29ce2e7b2a9080fef42e63c64c34ec53 /mail/p5-Mail-Procmail | |
parent | 1b64a39ba4fdd124e9779d9d623be9846fe09d54 (diff) | |
download | ports-49317a632aeba4d81d1c7a1cd64d9d6bea99597f.tar.gz ports-49317a632aeba4d81d1c7a1cd64d9d6bea99597f.zip |
- use CPAN macro
- fix dependency
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=208159
Diffstat (limited to 'mail/p5-Mail-Procmail')
-rw-r--r-- | mail/p5-Mail-Procmail/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/p5-Mail-Procmail/Makefile b/mail/p5-Mail-Procmail/Makefile index 3adb6168ae69..afab24f1d1e2 100644 --- a/mail/p5-Mail-Procmail/Makefile +++ b/mail/p5-Mail-Procmail/Makefile @@ -7,17 +7,16 @@ PORTNAME= Mail-Procmail PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Mail +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module provides procmail-like tools -BUILD_DEPENDS= ${SITE_PERL}/LockFile/Lock.pm:${PORTSDIR}/devel/p5-LockFile-Simple \ - ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools PERL_CONFIGURE= yes |