diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-06-22 09:54:48 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-06-22 09:54:48 +0800 |
commit | 72535b4adaf88bffff243ac55b3802bf2aca03c6 (patch) | |
tree | 1117395ea0b68afa2481a4507cfaff1fbde6acfe /textproc/p5-XML-XSLT/Makefile | |
parent | a751bacbc77ea2d80c0845a02c8555e856498e39 (diff) | |
download | freebsd-ports-gnome-72535b4adaf88bffff243ac55b3802bf2aca03c6.tar.gz freebsd-ports-gnome-72535b4adaf88bffff243ac55b3802bf2aca03c6.tar.zst freebsd-ports-gnome-72535b4adaf88bffff243ac55b3802bf2aca03c6.zip |
Upgrade to 0.32.
Diffstat (limited to 'textproc/p5-XML-XSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index efb100582688..a31a12a4b788 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-XSLT -PORTVERSION= 0.21 +PORTVERSION= 0.32 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -19,7 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN1= xslt-parser.1 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::XSLT.3 .include <bsd.port.mk> |