diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-27 00:54:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-27 00:54:41 +0800 |
commit | bb442e084ebf9dd2372865bb5c947ddebc1553aa (patch) | |
tree | acf83bef7e6ff7c3803ad432879558f783f70ecd /textproc | |
parent | 7ddda7e9274cee6581fb2f9363011b202bd3ece9 (diff) | |
download | freebsd-ports-gnome-bb442e084ebf9dd2372865bb5c947ddebc1553aa.tar.gz freebsd-ports-gnome-bb442e084ebf9dd2372865bb5c947ddebc1553aa.tar.zst freebsd-ports-gnome-bb442e084ebf9dd2372865bb5c947ddebc1553aa.zip |
Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.
Thanks to az for showing me the light here.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-DoubleEncodedEntities/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 9459afb182ea..9e319613bdc2 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -15,8 +15,6 @@ COMMENT= Extract the structure of a quoted mail message LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple - USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-XML-DoubleEncodedEntities/Makefile b/textproc/p5-XML-DoubleEncodedEntities/Makefile index c51f9b498465..b4685981e606 100644 --- a/textproc/p5-XML-DoubleEncodedEntities/Makefile +++ b/textproc/p5-XML-DoubleEncodedEntities/Makefile @@ -11,8 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Unbreak XML with Doubly-Encoded Entities -TEST_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple - USES= perl5 USE_PERL5= configure |