summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-08 09:03:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-08 09:03:08 +0000
commit608b2a373a2aaeee949d9a16a33f8ff3ec880e02 (patch)
treebdabeef57d985b807d7970173ebc8a4b29e96eff
parentgraphics/potrace: Update to 1.15 (diff)
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
-rw-r--r--www/p5-HTML-Template/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 9e9486c856c6..d922eb8e9fc0 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to use HTML Templates from CGI scripts
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>