diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 06:39:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 06:39:52 +0800 |
commit | 56657bc4e1299521a82b95c5e14eb711cb237ef1 (patch) | |
tree | 80754f97a293ec61bc26c8190ebf95d7aeb2e109 /mail/p5-Mail-Procmailrc/Makefile | |
parent | 542618fccef0550aed4cd6851864a44215fb298f (diff) | |
download | freebsd-ports-gnome-56657bc4e1299521a82b95c5e14eb711cb237ef1.tar.gz freebsd-ports-gnome-56657bc4e1299521a82b95c5e14eb711cb237ef1.tar.zst freebsd-ports-gnome-56657bc4e1299521a82b95c5e14eb711cb237ef1.zip |
Fix mail/p5-Mail-Procmailrc on 4.x and PLIST
PR: ports/47975
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail/p5-Mail-Procmailrc/Makefile')
-rw-r--r-- | mail/p5-Mail-Procmailrc/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-Procmailrc/Makefile b/mail/p5-Mail-Procmailrc/Makefile index 1ea097f2b873..746a44a80de6 100644 --- a/mail/p5-Mail-Procmailrc/Makefile +++ b/mail/p5-Mail-Procmailrc/Makefile @@ -8,20 +8,19 @@ PORTNAME= Mail-Procmailrc PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://scott.wiersdorf.org/perl/ MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk +COMMENT= A Perl OO interface to procmail rc files PERL_CONFIGURE= YES -.include <bsd.port.pre.mk> +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::Procmailrc.3 -.if ${PERL_LEVEL} < 500600 -BROKEN= This port requires perl 5.6.0 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |