aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2019-03-03 17:00:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2019-03-03 17:00:55 +0800
commitd46a6dbf852e77e08476486cdcc188d831e6a04f (patch)
tree101306d6c5afcec2a5b90d576ced95f5154e8bfd
parentf7c60f1bee61375039bce960d2e616bde01813b2 (diff)
downloadfreebsd-ports-gnome-d46a6dbf852e77e08476486cdcc188d831e6a04f.tar.gz
freebsd-ports-gnome-d46a6dbf852e77e08476486cdcc188d831e6a04f.tar.zst
freebsd-ports-gnome-d46a6dbf852e77e08476486cdcc188d831e6a04f.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
-rw-r--r--security/p5-Authen-Simple-HTTP/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile
index 9c4d0fae225d..8e01789dd3fc 100644
--- a/security/p5-Authen-Simple-HTTP/Makefile
+++ b/security/p5-Authen-Simple-HTTP/Makefile
@@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple HTTP authentication
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \
p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>