summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2015-07-03 08:19:19 +0000
committerjadawin <jadawin@FreeBSD.org>2015-07-03 08:19:19 +0000
commit58b9f565c8d60aac547ed71523fe93b8b4d5b10c (patch)
treeab0fe07d0910bf41d7a24c4da453f16a39aeb0ee
parentfb8ce27be2e98db408eecd67e61657ea1c0810a4 (diff)
downloadFreeBSD-ports-58b9f565c8d60aac547ed71523fe93b8b4d5b10c.zip
FreeBSD-ports-58b9f565c8d60aac547ed71523fe93b8b4d5b10c.tar.gz
- Fix *_DEPENDS:
- Add Module::Runtime and Try::Tiny - Remove Class::Load - Remove DOCS option - Bump PORTREVISION for dependency and package change PR: 201190 Submitted by: sunpoet@
-rw-r--r--devel/p5-DateTime-TimeZone/Makefile24
1 files changed, 6 insertions, 18 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile
index 215ad79..20eb5cd 100644
--- a/devel/p5-DateTime-TimeZone/Makefile
+++ b/devel/p5-DateTime-TimeZone/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DateTime-TimeZone
PORTVERSION= 1.92
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,28 +14,15 @@ COMMENT= Time zone object base class and factory
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \
- p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \
+BUILD_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \
p5-List-AllUtils>0:${PORTSDIR}/devel/p5-List-AllUtils \
- p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
+ p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
-PORTDOCS= Changes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${STAGEDIR}${DOCSDIR}."
-.endif
-
.include <bsd.port.mk>
OpenPOWER on IntegriCloud