diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-27 12:55:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-27 12:55:51 +0000 |
commit | 2b24d6d89edac222d76b91f4451cc28a0a26013e (patch) | |
tree | 97d5f116249f50ed076e2de05b6018d619cbbc81 /devel/p5-DateTime-Format-HTTP | |
parent | 633af85b4342213961eb72038d112daa1ddf6418 (diff) | |
download | ports-2b24d6d89edac222d76b91f4451cc28a0a26013e.tar.gz ports-2b24d6d89edac222d76b91f4451cc28a0a26013e.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-HTTP')
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/pkg-plist | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index 2fe071a2977a..cb7f3252cfc5 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -6,30 +6,29 @@ # PORTNAME= DateTime-Format-HTTP -PORTVERSION= 0.35 +PORTVERSION= 0.35.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= HTTP date conversion routines -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DateTime::Format::HTTP.3 +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500600 -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif .if ${PERL_LEVEL} < 500600 post-patch: diff --git a/devel/p5-DateTime-Format-HTTP/distinfo b/devel/p5-DateTime-Format-HTTP/distinfo index 7b45a30945f2..0937c1313839 100644 --- a/devel/p5-DateTime-Format-HTTP/distinfo +++ b/devel/p5-DateTime-Format-HTTP/distinfo @@ -1 +1 @@ -MD5 (DateTime-Format-HTTP-0.35.tar.gz) = 43e7a44bad1c6c4e0385c58caf9f36f9 +MD5 (DateTime-Format-HTTP-0.3501.tar.gz) = 6ce5d94994f412d3b00ec8b908b05070 diff --git a/devel/p5-DateTime-Format-HTTP/pkg-plist b/devel/p5-DateTime-Format-HTTP/pkg-plist index f560b390da68..cbfffba72be2 100644 --- a/devel/p5-DateTime-Format-HTTP/pkg-plist +++ b/devel/p5-DateTime-Format-HTTP/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/DateTime/Format/HTTP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP -@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 |