diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:58:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:58:36 +0000 |
commit | caccdaed0bdc9e9f6f382305a4a9d54492324903 (patch) | |
tree | 492b156bccc1d5ba01d62bfc6c71c1767fde797c /textproc/p5-XML-Validate | |
parent | c42d860a5f064672db1394981e28b36e9bcc6189 (diff) | |
download | ports-caccdaed0bdc9e9f6f382305a4a9d54492324903.tar.gz ports-caccdaed0bdc9e9f6f382305a4a9d54492324903.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Validate')
-rw-r--r-- | textproc/p5-XML-Validate/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-XML-Validate/Makefile b/textproc/p5-XML-Validate/Makefile index 4f48044bc3b9..a9cf263cbcf0 100644 --- a/textproc/p5-XML-Validate/Makefile +++ b/textproc/p5-XML-Validate/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Validate PORTVERSION= 1.025 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= An XML validator factory -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-Log-TraceMessages>=0:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions PERL_CONFIGURE= yes |