diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 03:13:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 03:13:51 +0800 |
commit | dce33d4768f7177ec003c3c850f2c4314bc5c0a0 (patch) | |
tree | 1b87ee2927e4dc060cdc326317e72d552c658440 /textproc/p5-Text-Trim | |
parent | a1cabcdde79b4b71fa204176d818d9c3a5b40795 (diff) | |
download | freebsd-ports-gnome-dce33d4768f7177ec003c3c850f2c4314bc5c0a0.tar.gz freebsd-ports-gnome-dce33d4768f7177ec003c3c850f2c4314bc5c0a0.tar.zst freebsd-ports-gnome-dce33d4768f7177ec003c3c850f2c4314bc5c0a0.zip |
Test::Simple is a TEST depends, not BUILD/RUN.
Diffstat (limited to 'textproc/p5-Text-Trim')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index b1a7fa573db6..9459afb182ea 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-Trim PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Text @@ -15,8 +15,7 @@ COMMENT= Extract the structure of a quoted mail message LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= modbuild |