mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
A list of commonly used namespaces.
WWW: http://search.cpan.org/dist/XML-CommonNS/
This commit is contained in:
parent
b66b45eb0f
commit
bb422d8a94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349040
@ -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
|
||||
|
22
textproc/p5-XML-CommonNS/Makefile
Normal file
22
textproc/p5-XML-CommonNS/Makefile
Normal file
@ -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>
|
2
textproc/p5-XML-CommonNS/distinfo
Normal file
2
textproc/p5-XML-CommonNS/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (XML-CommonNS-0.06.tar.gz) = e5b42fa00235b41b630656935359aaee7a7ba64a6af8d45d82e40aa8fef319a1
|
||||
SIZE (XML-CommonNS-0.06.tar.gz) = 3700
|
3
textproc/p5-XML-CommonNS/pkg-descr
Normal file
3
textproc/p5-XML-CommonNS/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A list of commonly used namespaces.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-CommonNS/
|
6
textproc/p5-XML-CommonNS/pkg-plist
Normal file
6
textproc/p5-XML-CommonNS/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user