diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-28 15:22:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-28 15:22:51 +0000 |
commit | 3c5f3fd1051e6602568a6300a523de3cb6bf8a84 (patch) | |
tree | a4f4893ba13400eb5bfb642ab325f66ceb156abd /devel/p5-DateTime-Format-Mail | |
parent | ae179afb91bbf9f75eab5cd25946d4f5aa324fed (diff) | |
download | ports-3c5f3fd1051e6602568a6300a523de3cb6bf8a84.tar.gz ports-3c5f3fd1051e6602568a6300a523de3cb6bf8a84.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Mail')
-rw-r--r-- | devel/p5-DateTime-Format-Mail/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Mail/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Mail/pkg-plist | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile index 3346df7b46cf..14d867c48a8f 100644 --- a/devel/p5-DateTime-Format-Mail/Makefile +++ b/devel/p5-DateTime-Format-Mail/Makefile @@ -6,11 +6,12 @@ # PORTNAME= DateTime-Format-Mail -PORTVERSION= 0.29 +PORTVERSION= 0.29.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Convert between DateTime and RFC2822/822 formats @@ -23,4 +24,5 @@ PERL_CONFIGURE= yes MAN3= DateTime::Format::Mail.3 +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Mail/distinfo b/devel/p5-DateTime-Format-Mail/distinfo index 7c05d796ac32..aa7fe8e979c2 100644 --- a/devel/p5-DateTime-Format-Mail/distinfo +++ b/devel/p5-DateTime-Format-Mail/distinfo @@ -1 +1,2 @@ -MD5 (DateTime-Format-Mail-0.29.tar.gz) = 53cb35ff744e5eea4d27f40e47dad606 +MD5 (DateTime-Format-Mail-0.2901.tar.gz) = 982f96249fb2cb920c2314a5c2f1e5b6 +SIZE (DateTime-Format-Mail-0.2901.tar.gz) = 182580 diff --git a/devel/p5-DateTime-Format-Mail/pkg-plist b/devel/p5-DateTime-Format-Mail/pkg-plist index 3202192ca3d3..eec580acf6a0 100644 --- a/devel/p5-DateTime-Format-Mail/pkg-plist +++ b/devel/p5-DateTime-Format-Mail/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/DateTime/Format/Mail.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |