mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add p5-XML-Declare 0.06
- While I'm here: - Add LICENSE - Fix *_DEPENDS - Convert to new Perl framework - Support STAGEDIR - Sort PLIST Create XML documents with declaration style. WWW: http://search.cpan.org/dist/XML-Declare/ PR: ports/180318 Submitted by: Anes Mukhametov <anes@anes.su>
This commit is contained in:
parent
430445270d
commit
c3aee8f729
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334251
@ -920,6 +920,7 @@
|
||||
SUBDIR += p5-XML-DOMHandler
|
||||
SUBDIR += p5-XML-DT
|
||||
SUBDIR += p5-XML-DTDParser
|
||||
SUBDIR += p5-XML-Declare
|
||||
SUBDIR += p5-XML-Descent
|
||||
SUBDIR += p5-XML-DifferenceMarkup
|
||||
SUBDIR += p5-XML-Directory
|
||||
|
25
textproc/p5-XML-Declare/Makefile
Normal file
25
textproc/p5-XML-Declare/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= XML-Declare
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Create XML documents with declaration style
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-XML-Declare/distinfo
Normal file
2
textproc/p5-XML-Declare/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (XML-Declare-0.06.tar.gz) = 995c6037f09c874692a77fb8718f646968746548ed36c16ff1467b641f8085b2
|
||||
SIZE (XML-Declare-0.06.tar.gz) = 32065
|
3
textproc/p5-XML-Declare/pkg-descr
Normal file
3
textproc/p5-XML-Declare/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Create XML documents with declaration style.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Declare/
|
6
textproc/p5-XML-Declare/pkg-plist
Normal file
6
textproc/p5-XML-Declare/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/XML/Declare.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Declare/.packlist
|
||||
%%PERL5_MAN3%%/XML::Declare.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Declare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
Loading…
Reference in New Issue
Block a user