1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.05

- Convert to new options framework
This commit is contained in:
Philippe Audeoud 2014-05-19 09:06:47 +00:00
parent dae4b008bc
commit 7616a36c40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354523
2 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DateTime-Calendar-Pataphysical
PORTVERSION= 0.04
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,10 +16,14 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.if !defined(NOPORTDOCS)
OPTIONS_DEFINE= DOCS
PORTDOCS= Changes README
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif

View File

@ -1,2 +1,2 @@
SHA256 (DateTime-Calendar-Pataphysical-0.04.tar.gz) = ab5e18f6eccef100550bf6554b05b85cd0875029194af1a15bd469a26c02f3a9
SIZE (DateTime-Calendar-Pataphysical-0.04.tar.gz) = 23647
SHA256 (DateTime-Calendar-Pataphysical-0.05.tar.gz) = 5ccf79448d73e77117ef7994476fd030c3ffa9d8fecc590bfb0be7ee56cda2d1
SIZE (DateTime-Calendar-Pataphysical-0.05.tar.gz) = 25570