diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-CommonNS/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-CommonNS/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-CommonNS/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-XML-CommonNS/pkg-plist | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e6468f57a63e..4ef7306f0f5e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -902,6 +902,7 @@ SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Code + SUBDIR += p5-XML-CommonNS SUBDIR += p5-XML-Compile SUBDIR += p5-XML-Compile-Cache SUBDIR += p5-XML-Compile-Dumper diff --git a/textproc/p5-XML-CommonNS/Makefile b/textproc/p5-XML-CommonNS/Makefile new file mode 100644 index 000000000000..f2b53a15a089 --- /dev/null +++ b/textproc/p5-XML-CommonNS/Makefile @@ -0,0 +1,22 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= XML-CommonNS +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= List of commonly used namespaces + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-XML-NamespaceFactory>=0:${PORTSDIR}/textproc/p5-XML-NamespaceFactory +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-CommonNS/distinfo b/textproc/p5-XML-CommonNS/distinfo new file mode 100644 index 000000000000..147a8866c2ce --- /dev/null +++ b/textproc/p5-XML-CommonNS/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML-CommonNS-0.06.tar.gz) = e5b42fa00235b41b630656935359aaee7a7ba64a6af8d45d82e40aa8fef319a1 +SIZE (XML-CommonNS-0.06.tar.gz) = 3700 diff --git a/textproc/p5-XML-CommonNS/pkg-descr b/textproc/p5-XML-CommonNS/pkg-descr new file mode 100644 index 000000000000..e60a6cbe5a13 --- /dev/null +++ b/textproc/p5-XML-CommonNS/pkg-descr @@ -0,0 +1,3 @@ +A list of commonly used namespaces. + +WWW: http://search.cpan.org/dist/XML-CommonNS/ diff --git a/textproc/p5-XML-CommonNS/pkg-plist b/textproc/p5-XML-CommonNS/pkg-plist new file mode 100644 index 000000000000..31af720f2957 --- /dev/null +++ b/textproc/p5-XML-CommonNS/pkg-plist @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/XML::CommonNS.3.gz +%%SITE_PERL%%/XML/CommonNS.pm +%%SITE_PERL%%/mach/auto/XML/CommonNS/.packlist +@dirrm %%SITE_PERL%%/mach/auto/XML/CommonNS +@dirrmtry %%SITE_PERL%%/mach/auto/XML +@dirrmtry %%SITE_PERL%%/XML |