mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
XML::XSLT - A perl module for processing XSLT
This commit is contained in:
parent
3f9a715bc2
commit
dc17d3ead2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43098
@ -122,6 +122,7 @@
|
||||
SUBDIR += p5-XML-TreeBuilder
|
||||
SUBDIR += p5-XML-Writer
|
||||
SUBDIR += p5-XML-XPath
|
||||
SUBDIR += p5-XML-XSLT
|
||||
SUBDIR += p5-dTemplate
|
||||
SUBDIR += p5-libxml
|
||||
SUBDIR += par
|
||||
|
25
textproc/p5-XML-XSLT/Makefile
Normal file
25
textproc/p5-XML-XSLT/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-XML-XSLT
|
||||
# Date created: May 26 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-XSLT
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= XML::XSLT.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-XML-XSLT/distinfo
Normal file
1
textproc/p5-XML-XSLT/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (XML-XSLT-0.21.tar.gz) = 477253ddcb44c23381754e41c796e107
|
1
textproc/p5-XML-XSLT/pkg-comment
Normal file
1
textproc/p5-XML-XSLT/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XML::XSLT - A perl module for processing XSLT
|
4
textproc/p5-XML-XSLT/pkg-descr
Normal file
4
textproc/p5-XML-XSLT/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module implements the W3C's XSLT specification. The goal
|
||||
is full implementation of this spec, but it isn't yet. However,
|
||||
it already works well. Below is given the set of working xslt
|
||||
commands.
|
4
textproc/p5-XML-XSLT/pkg-plist
Normal file
4
textproc/p5-XML-XSLT/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
|
Loading…
x
Reference in New Issue
Block a user