aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:12:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:12:49 +0000
commit64a132f2ba9643a3e38b741794347e9758ee8dbe (patch)
treee6d13b400a038a9b8065a94883166dc6d43d94ce /sysutils
parent41ef3601e99c426d5806a5dc4e1ba842dd87c133 (diff)
downloadports-64a132f2ba9643a3e38b741794347e9758ee8dbe.tar.gz
ports-64a132f2ba9643a3e38b741794347e9758ee8dbe.zip
- Update *_DEPENDS
- Add LICENSE [1] - Bump PORTREVISION for dependency change Approved by: portmgr (implicit) [1]
Notes
Notes: svn path=/head/; revision=376100
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-BSD-Jail-Object/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile
index 0f2cd8367844..f52fe37902ee 100644
--- a/sysutils/p5-BSD-Jail-Object/Makefile
+++ b/sysutils/p5-BSD-Jail-Object/Makefile
@@ -3,7 +3,7 @@
PORTNAME= BSD-Jail-Object
PORTVERSION= 0.02
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mahlon@martini.nu
COMMENT= Object oriented perl interface to jail(2)
-BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline \
+ p5-Inline-C>=0.44:${PORTSDIR}/devel/p5-Inline-C
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes