diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 06:16:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 06:16:53 +0000 |
commit | 4c3152710f9190551b18b6e4b4fec9815ea12100 (patch) | |
tree | cb7973f2b191664a14efdd8a0999dea548ce3ae1 /textproc/p5-XML-Schematron | |
parent | 6bcd0ca16e952344ccf9c551966f4a0d38f46160 (diff) | |
download | ports-4c3152710f9190551b18b6e4b4fec9815ea12100.tar.gz ports-4c3152710f9190551b18b6e4b4fec9815ea12100.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Schematron')
-rw-r--r-- | textproc/p5-XML-Schematron/Makefile | 29 | ||||
-rw-r--r-- | textproc/p5-XML-Schematron/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Schematron/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Schematron/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Schematron/pkg-plist | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/p5-XML-Schematron/Makefile b/textproc/p5-XML-Schematron/Makefile new file mode 100644 index 000000000000..4bc9b5052a87 --- /dev/null +++ b/textproc/p5-XML-Schematron/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: XML::Schematron +# Date created: 25 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= XML-Schematron +PORTVERSION= 0.95 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +BUILD_DEPENDS= ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MAN3= XML::Schematron::Sablotron.3 \ + XML::Schematron::XPath.3 \ + XML::Schematron::LibXSLT.3 \ + XML::Schematron.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Schematron/distinfo b/textproc/p5-XML-Schematron/distinfo new file mode 100644 index 000000000000..d2785c2b9222 --- /dev/null +++ b/textproc/p5-XML-Schematron/distinfo @@ -0,0 +1 @@ +MD5 (XML-Schematron-0.95.tar.gz) = 6f87ad55ce636c5b7327309ea77e695a diff --git a/textproc/p5-XML-Schematron/pkg-comment b/textproc/p5-XML-Schematron/pkg-comment new file mode 100644 index 000000000000..ea312fc49f74 --- /dev/null +++ b/textproc/p5-XML-Schematron/pkg-comment @@ -0,0 +1 @@ +Perl implementation of the Schematron diff --git a/textproc/p5-XML-Schematron/pkg-descr b/textproc/p5-XML-Schematron/pkg-descr new file mode 100644 index 000000000000..d295fcc6af73 --- /dev/null +++ b/textproc/p5-XML-Schematron/pkg-descr @@ -0,0 +1,5 @@ +XML::Schematron - Perl implementation of the Schematron. + +WWW: http://search.cpan.org/search?dist=XML-Schematron + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-XML-Schematron/pkg-plist b/textproc/p5-XML-Schematron/pkg-plist new file mode 100644 index 000000000000..b22c209e82dd --- /dev/null +++ b/textproc/p5-XML-Schematron/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Schematron/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/Schematron.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Schematron/LibXSLT.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Schematron/Sablotron.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Schematron/XPath.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Schematron 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Schematron 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |