diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
commit | cd3bd119df7bda0177bdea0f6c453d1a4f9d5990 (patch) | |
tree | 2008cda24d377a4d487347df1db9b79077a8824d /textproc/p5-XML-Validator-Schema | |
parent | 6241c3af6d208beb3e754d0a9d3739940c881f71 (diff) | |
download | freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.gz freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.zst freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
Diffstat (limited to 'textproc/p5-XML-Validator-Schema')
-rw-r--r-- | textproc/p5-XML-Validator-Schema/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Validator-Schema/Makefile b/textproc/p5-XML-Validator-Schema/Makefile index 15f0e676d909..2ff55c227312 100644 --- a/textproc/p5-XML-Validator-Schema/Makefile +++ b/textproc/p5-XML-Validator-Schema/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Validator-Schema PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +17,7 @@ COMMENT= Perl module for validating XML documents against a W3C XML Schema BUILD_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ ${SITE_PERL}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |