diff options
author | swills <swills@FreeBSD.org> | 2012-03-05 10:12:10 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-05 10:12:10 +0800 |
commit | 59b93adba79a22c845a444fe0959531392ac59a7 (patch) | |
tree | 677fc3f35ebe03b686a60bd4425659d58d55dc98 | |
parent | 573bb9ea545f317859f1680979a56debce05fe76 (diff) | |
download | freebsd-ports-gnome-59b93adba79a22c845a444fe0959531392ac59a7.tar.gz freebsd-ports-gnome-59b93adba79a22c845a444fe0959531392ac59a7.tar.zst freebsd-ports-gnome-59b93adba79a22c845a444fe0959531392ac59a7.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
-rw-r--r-- | www/p5-CGI-Simple/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile index ac644c3dc97c..50202c6b0a43 100644 --- a/www/p5-CGI-Simple/Makefile +++ b/www/p5-CGI-Simple/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A simple totally OO CGI interface that is CGI.pm compliant +TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy + PERL_CONFIGURE= yes MAN3= CGI::Simple.3 \ |