mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to 0.32.
This commit is contained in:
parent
4fcb287e43
commit
d71e404c9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44298
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= XML-XSLT
|
PORTNAME= XML-XSLT
|
||||||
PORTVERSION= 0.21
|
PORTVERSION= 0.32
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= XML
|
MASTER_SITE_SUBDIR= XML
|
||||||
|
@ -19,7 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MAN1= xslt-parser.1
|
||||||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
MAN3= XML::XSLT.3
|
MAN3= XML::XSLT.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (XML-XSLT-0.21.tar.gz) = 477253ddcb44c23381754e41c796e107
|
MD5 (XML-XSLT-0.32.tar.gz) = 8cfc3851bc0cfc4accbd2705d1607260
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
bin/xslt-parser
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm
|
lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT
|
||||||
|
|
Loading…
Add table
Reference in a new issue