diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-30 15:48:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-30 15:48:40 +0000 |
commit | 6fb5cb552bfeed4d904262aa7b0abcabdfdee318 (patch) | |
tree | beebd6529e665a7916e8e8d77a991e07005489ec /mail/p5-Log-Procmail/Makefile | |
parent | e658a9ad0e796c5afbe4f99fc5e038f384b71057 (diff) | |
download | ports-6fb5cb552bfeed4d904262aa7b0abcabdfdee318.tar.gz ports-6fb5cb552bfeed4d904262aa7b0abcabdfdee318.zip |
Notes
Diffstat (limited to 'mail/p5-Log-Procmail/Makefile')
-rw-r--r-- | mail/p5-Log-Procmail/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/p5-Log-Procmail/Makefile b/mail/p5-Log-Procmail/Makefile new file mode 100644 index 000000000000..5bfc9293749a --- /dev/null +++ b/mail/p5-Log-Procmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Log-Procmail +# Date created: 2004-04-26 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= Log-Procmail +PORTVERSION= 0.08 +CATEGORIES= mail devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Perl extension for reading procmail logfiles + +PERL_CONFIGURE= yes + +MAN1= mailstat.pl.1 +MAN3= Log::Procmail.3 + +.include <bsd.port.mk> |