aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-02-26 07:32:40 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-02-26 07:32:40 +0000
commit76fcd8a19506ac893e0dfee97cf5acd053336f59 (patch)
tree75312d397c86872a1a65249b1813f705f1787b9d /devel
parent1beaf6baa4babd262305497fd98cc65eabf8a65c (diff)
downloadports-76fcd8a19506ac893e0dfee97cf5acd053336f59.tar.gz
ports-76fcd8a19506ac893e0dfee97cf5acd053336f59.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IPC-Shareable/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile
index 740efa00e031..b3e01d9c2f10 100644
--- a/devel/p5-IPC-Shareable/Makefile
+++ b/devel/p5-IPC-Shareable/Makefile
@@ -7,18 +7,22 @@
PORTNAME= IPC-Shareable
PORTVERSION= 0.60
+PORTREVISION= 1
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= IPC
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Share Perl variables between processes
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-
PERL_CONFIGURE= yes
MAN3= IPC::Shareable.3 IPC::Shareable::SharedMem.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+.endif
+
+.include <bsd.port.post.mk>