aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-Tree
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2018-11-12 00:22:39 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-11-12 00:22:39 +0800
commit9b580ffb435c69606f640c5a657190b54a1ef870 (patch)
treeb85006a979d929da61946937a62b6c6b97fa4c79 /databases/p5-DBIx-Class-Tree
parent6a4416929169733984a0ac898468560f66931e1c (diff)
parentf86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff)
downloadfreebsd-ports-gnome-gnome-3.28.tar.gz
freebsd-ports-gnome-gnome-3.28.tar.zst
freebsd-ports-gnome-gnome-3.28.zip
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'databases/p5-DBIx-Class-Tree')
-rw-r--r--databases/p5-DBIx-Class-Tree/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class-Tree/Makefile b/databases/p5-DBIx-Class-Tree/Makefile
index 19206162fa2e..789ef814d9ba 100644
--- a/databases/p5-DBIx-Class-Tree/Makefile
+++ b/databases/p5-DBIx-Class-Tree/Makefile
@@ -10,13 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to manipulate and analyze tree structured data
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= \
- p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class
+RUN_DEPENDS= p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>