diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-25 15:14:43 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-25 15:14:43 +0000 |
commit | 34ec9c780c5b7e80411fcec4ed9008cf91c5ba25 (patch) | |
tree | 25244ec89cdf1ccda9d9f34eeb952288ce24ee26 /lang/p5-Test-XPath | |
parent | 10e04639502eedf63f3c0e3b1d6f4dffaec48428 (diff) | |
download | ports-34ec9c780c5b7e80411fcec4ed9008cf91c5ba25.tar.gz ports-34ec9c780c5b7e80411fcec4ed9008cf91c5ba25.zip |
Notes
Diffstat (limited to 'lang/p5-Test-XPath')
-rw-r--r-- | lang/p5-Test-XPath/Makefile | 26 | ||||
-rw-r--r-- | lang/p5-Test-XPath/distinfo | 3 | ||||
-rw-r--r-- | lang/p5-Test-XPath/pkg-descr | 6 | ||||
-rw-r--r-- | lang/p5-Test-XPath/pkg-plist | 2 |
4 files changed, 37 insertions, 0 deletions
diff --git a/lang/p5-Test-XPath/Makefile b/lang/p5-Test-XPath/Makefile new file mode 100644 index 000000000000..2b05b60932b4 --- /dev/null +++ b/lang/p5-Test-XPath/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Test-XPath +# Date created: 25 April 2010 +# Whom: milki +# +# $FreeBSD$ +# + +PORTNAME= Test-XPath +PORTVERSION= 0.12 +CATEGORIES= lang perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DW/DWHEELER +PKGNAMEPREFIX= p5- + +MAINTAINER= milki@rescomp.berkeley.edu +COMMENT= Test XML and HTML content and structure with XPath expressions + +BUILD_DEPENDS= p5-Test-Simple>=0.70:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Module-Build>=0.30:${PORTSDIR}/devel/p5-Module-Build +RUN_DEPENDS= p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML + +PERL_MODBUILD= YES + +MAN3= Test::XPath.3 + +.include <bsd.port.mk> diff --git a/lang/p5-Test-XPath/distinfo b/lang/p5-Test-XPath/distinfo new file mode 100644 index 000000000000..a3000f2e5ba8 --- /dev/null +++ b/lang/p5-Test-XPath/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-XPath-0.12.tar.gz) = a26cbae4e57196af39606d3f30b178ac +SHA256 (Test-XPath-0.12.tar.gz) = 1e1c93b1c9457993e298933e126af99b07ecf9aed53b36061d4eb9aeef3ed4c6 +SIZE (Test-XPath-0.12.tar.gz) = 13222 diff --git a/lang/p5-Test-XPath/pkg-descr b/lang/p5-Test-XPath/pkg-descr new file mode 100644 index 000000000000..2180c69b3f77 --- /dev/null +++ b/lang/p5-Test-XPath/pkg-descr @@ -0,0 +1,6 @@ +This library's module, Test::XPath, provides an interface for testing the +content and structure of XML and HTML documents using XPath query expressions. +This will be most useful for those who need to write TAP-emitting unit tests +for HTML or XML output. + +WWW: http://search.cpan.org/dist/Test-XPath/ diff --git a/lang/p5-Test-XPath/pkg-plist b/lang/p5-Test-XPath/pkg-plist new file mode 100644 index 000000000000..7385ffd4200f --- /dev/null +++ b/lang/p5-Test-XPath/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/XPath.pm +@dirrmtry %%SITE_PERL%%//Test |