- Update to 0.75

- Convert to new options framework

Changes:	http://search.cpan.org/dist/DateTime/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-07-05 09:43:40 +00:00
parent 423baf2335
commit a90f2a4bb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300515
2 changed files with 8 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= DateTime
PORTVERSION= 0.75
PORTVERSION= 0.76
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DROLSKY
@ -23,16 +23,19 @@ BUILD_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
OPTIONS_DEFINE= DOCS
PERL_MODBUILD= yes
MAN3= DateTime.3 DateTime::Duration.3 \
DateTime::Infinite.3 \
DateTime::LeapSecond.3
PORTDOCS= CREDITS Changes TODO
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."

View file

@ -1,2 +1,2 @@
SHA256 (DateTime-0.75.tar.gz) = 9ebe1698c5227869381fd278d64ce9f92cd04912dd8774e4832a900c38d95904
SIZE (DateTime-0.75.tar.gz) = 169751
SHA256 (DateTime-0.76.tar.gz) = 9ca0ab3c5b09d421cc260f83566a0c71f6cf683d57ff64c5a70e6cf4eb1773f0
SIZE (DateTime-0.76.tar.gz) = 171511