Update to 0.78.01
Get rid of unneeded dependencies
This commit is contained in:
parent
6e7b02c630
commit
21f9ed93f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99255
3 changed files with 4 additions and 8 deletions
|
@ -6,18 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime-Format-Builder
|
||||
PORTVERSION= 0.78
|
||||
PORTVERSION= 0.78.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= Create DateTime parser classes and objects
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
@ -32,6 +31,7 @@ MAN3= DateTime::Format::Builder.3 DateTime::Format::Builder::Parser.3 \
|
|||
DateTime::Format::Builder::Parser::generic.3 \
|
||||
DateTime::Format::Builder::Tutorial.3
|
||||
|
||||
.include "../../devel/p5-Module-Build/inc.build.mk"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500600
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (DateTime-Format-Builder-0.78.tar.gz) = b20cea7fa845e67828353198a9104519
|
||||
MD5 (DateTime-Format-Builder-0.7801.tar.gz) = 10f31d4607d16b5bd76a8a624383e431
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
%%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Builder/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Builder
|
||||
@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
|
||||
@dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser
|
||||
@dirrm %%SITE_PERL%%/DateTime/Format/Builder
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue