aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Procmailrc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 08:25:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-13 08:25:03 +0000
commitba498058e24b1438cb4006914de40765816f33a1 (patch)
tree0fff754cc49b3438523549628d51ba8b5d719310 /mail/p5-Mail-Procmailrc
parentf656e4e0dbd6a1e41562f9903e34aefe4593678d (diff)
downloadports-ba498058e24b1438cb4006914de40765816f33a1.tar.gz
ports-ba498058e24b1438cb4006914de40765816f33a1.zip
add p5-Mail-Procmailrc 1.00
A Perl OO interface to procmail rc files
Notes
Notes: svn path=/head/; revision=66243
Diffstat (limited to 'mail/p5-Mail-Procmailrc')
-rw-r--r--mail/p5-Mail-Procmailrc/Makefile21
-rw-r--r--mail/p5-Mail-Procmailrc/distinfo1
-rw-r--r--mail/p5-Mail-Procmailrc/pkg-comment1
-rw-r--r--mail/p5-Mail-Procmailrc/pkg-descr10
-rw-r--r--mail/p5-Mail-Procmailrc/pkg-plist5
5 files changed, 38 insertions, 0 deletions
diff --git a/mail/p5-Mail-Procmailrc/Makefile b/mail/p5-Mail-Procmailrc/Makefile
new file mode 100644
index 000000000000..56b4254924c3
--- /dev/null
+++ b/mail/p5-Mail-Procmailrc/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: p5-Mail-Procmailrc
+# Date created: Sep 13, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Mail-Procmailrc
+PORTVERSION= 1.00
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ http://scott.wiersdorf.org/perl/
+MASTER_SITE_SUBDIR= Mail
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= YES
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Mail-Procmailrc/distinfo b/mail/p5-Mail-Procmailrc/distinfo
new file mode 100644
index 000000000000..590fdfaa90b4
--- /dev/null
+++ b/mail/p5-Mail-Procmailrc/distinfo
@@ -0,0 +1 @@
+MD5 (Mail-Procmailrc-1.00.tar.gz) = f00b983dad673ad563e220ea07a62c74
diff --git a/mail/p5-Mail-Procmailrc/pkg-comment b/mail/p5-Mail-Procmailrc/pkg-comment
new file mode 100644
index 000000000000..60ebd9eb7a13
--- /dev/null
+++ b/mail/p5-Mail-Procmailrc/pkg-comment
@@ -0,0 +1 @@
+A Perl OO interface to procmail rc files
diff --git a/mail/p5-Mail-Procmailrc/pkg-descr b/mail/p5-Mail-Procmailrc/pkg-descr
new file mode 100644
index 000000000000..a1f46b8525eb
--- /dev/null
+++ b/mail/p5-Mail-Procmailrc/pkg-descr
@@ -0,0 +1,10 @@
+Mail::Procmailrc is a pure Perl module that can read and write
+procmail(1) compatible rc files. The intent behind its creation was
+to provide an abstracted interface for web clients wishing to edit
+procmailrc files, but it could be used in any number of useful ways
+(e.g., a procmail rc pretty printer--how useful is that!?).
+
+Mail::Procmailrc does not process mail in any form; it only reads and
+writes procmail(1) rc files.
+
+WWW: http://scott.wiersdorf.org/perl/
diff --git a/mail/p5-Mail-Procmailrc/pkg-plist b/mail/p5-Mail-Procmailrc/pkg-plist
new file mode 100644
index 000000000000..07878168b1da
--- /dev/null
+++ b/mail/p5-Mail-Procmailrc/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Mail/Procmailrc.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Procmailrc/.packlist
+@unexec rmdir -f %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Procmailrc
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true