aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-DeploymentHandler/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-11-20 06:00:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-11-20 06:00:46 +0000
commit5f576e4ea21e2fde97ee64abcba392f9ed9cef6b (patch)
tree1703856ad32a3c8c34fa9d2ca4d29342f1ccce38 /databases/p5-DBIx-Class-DeploymentHandler/Makefile
parent835ec229727afc2c423a86e48ed44113e1489c2d (diff)
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-DeploymentHandler/Makefile')
-rw-r--r--databases/p5-DBIx-Class-DeploymentHandler/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-DeploymentHandler/Makefile b/databases/p5-DBIx-Class-DeploymentHandler/Makefile
index 59ab19e997d9..733ce175e16b 100644
--- a/databases/p5-DBIx-Class-DeploymentHandler/Makefile
+++ b/databases/p5-DBIx-Class-DeploymentHandler/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= DBIx-Class-DeploymentHandler
-PORTVERSION= 0.002209
+PORTVERSION= 0.002212
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for extensible DBIx::Class deployment
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Context-Preserve>0:${PORTSDIR}/devel/p5-Context-Preserve \
@@ -28,5 +31,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= YES
.include <bsd.port.mk>