- use CPAN macro

- handle dependency better
- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2008-02-26 07:32:40 +00:00
parent 1beaf6baa4
commit 76fcd8a195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207923

View File

@ -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>