aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Hierarchy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-Hierarchy/Makefile')
-rw-r--r--devel/p5-Data-Hierarchy/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Data-Hierarchy/Makefile b/devel/p5-Data-Hierarchy/Makefile
index 53386fed3f34..8bc402f30921 100644
--- a/devel/p5-Data-Hierarchy/Makefile
+++ b/devel/p5-Data-Hierarchy/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= Data-Hierarchy
-PORTVERSION= 0.21
+PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
+MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@infor.org
COMMENT= Handle data in a hierarchical structure
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Data::Hierarchy.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+
+.include <bsd.port.post.mk>