diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-29 21:11:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-29 21:11:28 +0000 |
commit | 9dd8518366a148eb4cad68576826da2f897738f2 (patch) | |
tree | b0082c23b7110064bb79019e25c011cd9f270c3f /devel/p5-Sys-Info | |
parent | 6accdda9e3333baa8dd4ffe7fe11ba596ee3671b (diff) |
Notes
Diffstat (limited to 'devel/p5-Sys-Info')
-rw-r--r-- | devel/p5-Sys-Info/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Sys-Info/Makefile b/devel/p5-Sys-Info/Makefile index bf5a1536f665..f14e9390617e 100644 --- a/devel/p5-Sys-Info/Makefile +++ b/devel/p5-Sys-Info/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fetch information from the host system -BUILD_DEPENDS= p5-Sys-Info-Base>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Base \ - p5-Sys-Info-Driver-BSD>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Driver-BSD +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Sys-Info-Base>=0.7800:${PORTSDIR}/devel/p5-Sys-Info-Base \ + p5-Sys-Info-Driver-BSD>=0.7800:${PORTSDIR}/devel/p5-Sys-Info-Driver-BSD RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Sys-Info-Driver-BSD>=0.20:${PORTSDIR}/devel/p5-Test-Sys-Info \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ |