diff options
author | lth <lth@FreeBSD.org> | 2004-07-27 06:11:18 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-07-27 06:11:18 +0800 |
commit | c6af097154d970842e54cbede5b7c7678e7eab80 (patch) | |
tree | e5b134e1a5a2acd4f2109f0de41d341448c7b21a /mail | |
parent | 2b19a40b920cef1cf0c06c1787982df84e8d9b38 (diff) | |
download | freebsd-ports-gnome-c6af097154d970842e54cbede5b7c7678e7eab80.tar.gz freebsd-ports-gnome-c6af097154d970842e54cbede5b7c7678e7eab80.tar.zst freebsd-ports-gnome-c6af097154d970842e54cbede5b7c7678e7eab80.zip |
Add p5-Email-Date 1.02, find and Format Date Headers.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Email-Date/Makefile | 30 | ||||
-rw-r--r-- | mail/p5-Email-Date/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Email-Date/pkg-descr | 4 | ||||
-rw-r--r-- | mail/p5-Email-Date/pkg-plist | 4 |
5 files changed, 41 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a4aef55bd12b..ae475c4e1cd8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -221,6 +221,7 @@ SUBDIR += openwebmail SUBDIR += p3scan SUBDIR += p5-Email-Abstract + SUBDIR += p5-Email-Date SUBDIR += p5-Email-Filter SUBDIR += p5-Email-Find SUBDIR += p5-Email-Folder diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile new file mode 100644 index 000000000000..543019ee990b --- /dev/null +++ b/mail/p5-Email-Date/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Email-Date +# Date created: 2004-07-26 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Email-Date +PORTVERSION= 1.02 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Email +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Find and Format Date Headers + +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \ + ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \ + ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Email::Date.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Email-Date/distinfo b/mail/p5-Email-Date/distinfo new file mode 100644 index 000000000000..0a0cfe043705 --- /dev/null +++ b/mail/p5-Email-Date/distinfo @@ -0,0 +1,2 @@ +MD5 (Email-Date-1.02.tar.gz) = b53d253c0d2c9d94f1527ce36faef1f9 +SIZE (Email-Date-1.02.tar.gz) = 2928 diff --git a/mail/p5-Email-Date/pkg-descr b/mail/p5-Email-Date/pkg-descr new file mode 100644 index 000000000000..768b6d50a855 --- /dev/null +++ b/mail/p5-Email-Date/pkg-descr @@ -0,0 +1,4 @@ +[description of the port] + +Author: Author's name and e-mail address +WWW: http://port.home.page/ diff --git a/mail/p5-Email-Date/pkg-plist b/mail/p5-Email-Date/pkg-plist new file mode 100644 index 000000000000..1b4c021ca17c --- /dev/null +++ b/mail/p5-Email-Date/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Email/Date.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Date/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Date +@unexec rmdir %D/Email 2>/dev/null ||true |