diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-24 09:00:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-24 09:00:22 +0000 |
commit | ac6d61f489e3c30dcc722675d18c3c025297e0cc (patch) | |
tree | 55ea065058df1bd849cf02e5dd2b1a9f9e947af1 /www | |
parent | 65998bf2a15a6982d3452368c80fa584a99bcc94 (diff) | |
download | ports-ac6d61f489e3c30dcc722675d18c3c025297e0cc.tar.gz ports-ac6d61f489e3c30dcc722675d18c3c025297e0cc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Test-HTTP-Server-Simple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Test-HTTP-Server-Simple/Makefile b/www/p5-Test-HTTP-Server-Simple/Makefile index 51bda6e39e28..16394b4396db 100644 --- a/www/p5-Test-HTTP-Server-Simple/Makefile +++ b/www/p5-Test-HTTP-Server-Simple/Makefile @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test::More functions for HTTP::Server::Simple +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \ p5-URI>0:net/p5-URI USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |