aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-XSBuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ExtUtils-XSBuilder/Makefile')
-rw-r--r--devel/p5-ExtUtils-XSBuilder/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-ExtUtils-XSBuilder/Makefile b/devel/p5-ExtUtils-XSBuilder/Makefile
index 62b3db71b5f4..7d608203e1d7 100644
--- a/devel/p5-ExtUtils-XSBuilder/Makefile
+++ b/devel/p5-ExtUtils-XSBuilder/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= ExtUtils-XSBuilder
-PORTVERSION= 0.25
+PORTVERSION= 0.27
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ExtUtils
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skv@FreeBSD.org
COMMENT= Autogenerating XS-glue Code
RUN_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
@@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLDIRS=site
-MAN3= ExtUtils::XSBuilder.3 ExtUtils::xsbuilder.osc2002.3
+MAN3= ExtUtils::XSBuilder.3 ExtUtils::XSBuilder::PODTemplate.3 \
+ ExtUtils::xsbuilder.osc2002.3
.include <bsd.port.mk>