aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-XSpp/Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-01-04 09:36:56 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-01-04 09:36:56 +0000
commit87183200164257e2de88c9699b9068d35805638c (patch)
treef4667e59b1ad0a5603e974757e4d691213e146d9 /devel/p5-ExtUtils-XSpp/Makefile
parent23a957a3e2b72ce44eae2057e3142db7fdc7f0e1 (diff)
downloadports-87183200164257e2de88c9699b9068d35805638c.tar.gz
ports-87183200164257e2de88c9699b9068d35805638c.zip
Notes
Diffstat (limited to 'devel/p5-ExtUtils-XSpp/Makefile')
-rw-r--r--devel/p5-ExtUtils-XSpp/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile
index b665f9d603e8..46b5aa775476 100644
--- a/devel/p5-ExtUtils-XSpp/Makefile
+++ b/devel/p5-ExtUtils-XSpp/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= ExtUtils-XSpp
-PORTVERSION= 0.15
+PORTVERSION= 0.16.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= XS for C++ in Perl
-BUILD_DEPENDS= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
- p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
PERL_MODBUILD= yes
@@ -40,4 +40,10 @@ MAN3= ExtUtils::XSpp.3 \
ExtUtils::XSpp::Plugin.3 \
ExtUtils::XSpp::Typemap.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501301
+BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.endif
+
+.include <bsd.port.post.mk>