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/p5-Text-Trim | |
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/p5-Text-Trim')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 2 |
1 files changed, 0 insertions, 2 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 |