mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
XML-Compile-Tester support XML::Compile related regression
testing. WWW: http://search.cpan.org/dist/XML-Compile-Tester/ PR: ports/130367 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
3b04b0f473
commit
558a78c406
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225706
@ -1904,6 +1904,7 @@
|
||||
SUBDIR += p5-Want
|
||||
SUBDIR += p5-WeakRef
|
||||
SUBDIR += p5-Workflow
|
||||
SUBDIR += p5-XML-Compile-Tester
|
||||
SUBDIR += p5-XSLoader
|
||||
SUBDIR += p5-Yada-Yada-Yada
|
||||
SUBDIR += p5-ZML
|
||||
|
26
devel/p5-XML-Compile-Tester/Makefile
Normal file
26
devel/p5-XML-Compile-Tester/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-XML-Compile-Tester
|
||||
# Date created: 2009-01-11
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-Compile-Tester
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Support XML::Compile Related Regression Testing
|
||||
|
||||
RUN_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \
|
||||
p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::Compile::Tester.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-XML-Compile-Tester/distinfo
Normal file
3
devel/p5-XML-Compile-Tester/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-Compile-Tester-0.04.tar.gz) = d2d6da98d30fbe9c4cc6e63ffa140d8a
|
||||
SHA256 (XML-Compile-Tester-0.04.tar.gz) = 77ef93b57fc7ce4b6095aaf7d11e058527cf458c49e897296e565723a08dcacb
|
||||
SIZE (XML-Compile-Tester-0.04.tar.gz) = 5287
|
4
devel/p5-XML-Compile-Tester/pkg-descr
Normal file
4
devel/p5-XML-Compile-Tester/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
XML-Compile-Tester support XML::Compile related regression
|
||||
testing.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Compile-Tester/
|
8
devel/p5-XML-Compile-Tester/pkg-plist
Normal file
8
devel/p5-XML-Compile-Tester/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Tester/.packlist
|
||||
%%SITE_PERL%%/XML/Compile/Tester.pm
|
||||
%%SITE_PERL%%/XML/Compile/Tester.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Tester
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML/Compile
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
Loading…
Reference in New Issue
Block a user