diff options
author | leeym <leeym@FreeBSD.org> | 2008-02-29 10:17:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-02-29 10:17:03 +0800 |
commit | 8db7dda805c0757506924ba64bea55acc424e321 (patch) | |
tree | fc3481cc5966e127e65ee5f06150bd8aecc1d1e3 /mail/p5-Mail-Procmail | |
parent | 8422f960b9cf625326672fc658d0fb79c81fc699 (diff) | |
download | freebsd-ports-gnome-8db7dda805c0757506924ba64bea55acc424e321.tar.gz freebsd-ports-gnome-8db7dda805c0757506924ba64bea55acc424e321.tar.zst freebsd-ports-gnome-8db7dda805c0757506924ba64bea55acc424e321.zip |
- use CPAN macro
- fix dependency
- bump PORTREVISION
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 |