aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Simple-DBI/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-23 09:00:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-23 09:00:49 +0000
commit3c572490cf8e2c5ca3ac33d698404f186a76c68e (patch)
tree074d1aeb8b3ed0260c548b82987c01313337566a /security/p5-Authen-Simple-DBI/Makefile
parent4e3da7b8877f3b8bb4a59456135ef056d1b46c68 (diff)
downloadports-3c572490cf8e2c5ca3ac33d698404f186a76c68e.tar.gz
ports-3c572490cf8e2c5ca3ac33d698404f186a76c68e.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=493657
Diffstat (limited to 'security/p5-Authen-Simple-DBI/Makefile')
-rw-r--r--security/p5-Authen-Simple-DBI/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile
index 9801ca6f647f..f859ce1a04c0 100644
--- a/security/p5-Authen-Simple-DBI/Makefile
+++ b/security/p5-Authen-Simple-DBI/Makefile
@@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple DBI authentication
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \
p5-DBI>=0:databases/p5-DBI
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>