aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Exception-Class-DBI
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-29 18:37:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-29 18:37:52 +0000
commit984f5e64fa7c95021563e0d42eb389c672bb8ead (patch)
tree520d1e21074a07046301454f48572e497dbe80a1 /databases/p5-Exception-Class-DBI
parent142510d83c7f69904704b539e00bea813b8944fe (diff)
downloadports-984f5e64fa7c95021563e0d42eb389c672bb8ead.tar.gz
ports-984f5e64fa7c95021563e0d42eb389c672bb8ead.zip
Notes
Diffstat (limited to 'databases/p5-Exception-Class-DBI')
-rw-r--r--databases/p5-Exception-Class-DBI/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile
index fc5ed0c2fb3b..ed42b4474155 100644
--- a/databases/p5-Exception-Class-DBI/Makefile
+++ b/databases/p5-Exception-Class-DBI/Makefile
@@ -10,13 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI Exception objects
-RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \
- p5-DBI>=0:databases/p5-DBI
-
-LICENSE_COMB= dual
LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
+ p5-Exception-Class>=0:devel/p5-Exception-Class
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>