aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Safe
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-17 17:13:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-17 17:13:18 +0000
commit16f407df06fbdda2153fdad8b292a71e92d8ca88 (patch)
tree73f63b2fdc2fd9cdb397afc037cea28130d6b0fd /databases/p5-DBIx-Safe
parente6d267c4dd7959821a1ccc129cf6be3cacf0a06e (diff)
downloadports-16f407df06fbdda2153fdad8b292a71e92d8ca88.tar.gz
ports-16f407df06fbdda2153fdad8b292a71e92d8ca88.zip
- Add LICENSE
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=397178
Diffstat (limited to 'databases/p5-DBIx-Safe')
-rw-r--r--databases/p5-DBIx-Safe/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Safe/Makefile b/databases/p5-DBIx-Safe/Makefile
index 99ca1a84cf5e..d5831a38e637 100644
--- a/databases/p5-DBIx-Safe/Makefile
+++ b/databases/p5-DBIx-Safe/Makefile
@@ -12,10 +12,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Safer access to your database through a DBI database handle
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \
p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USE_PERL5= configure
USES= perl5