Update to 0.27, take maintainership.
This commit is contained in:
parent
5c0330b1d9
commit
28fbd5607a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116568
3 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ExtUtils-XSBuilder-0.25.tar.gz) = 99e8b4461accff143a9012da5cf2274a
|
||||
SIZE (ExtUtils-XSBuilder-0.25.tar.gz) = 39135
|
||||
MD5 (ExtUtils-XSBuilder-0.27.tar.gz) = 6e1f1c8207b598166dc7a06d633db308
|
||||
SIZE (ExtUtils-XSBuilder-0.27.tar.gz) = 40291
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
%%SITE_PERL%%/ExtUtils/XSBuilder/CallbackMap.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/FunctionMap.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/MapUtil.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/PODTemplate.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/ParseSource.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/StructureMap.pm
|
||||
%%SITE_PERL%%/ExtUtils/XSBuilder/TypeMap.pm
|
||||
|
|
Loading…
Reference in a new issue