Date: Tue, 29 Apr 2014 21:11:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352655 - head/devel/p5-Sys-Info Message-ID: <201404292111.s3TLBTfM044208@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 29 21:11:28 2014 New Revision: 352655 URL: http://svnweb.freebsd.org/changeset/ports/352655 QAT: https://qat.redports.org/buildarchive/r352655/ Log: - Add LICENSE - Update *_DEPENDS Modified: head/devel/p5-Sys-Info/Makefile Modified: head/devel/p5-Sys-Info/Makefile ============================================================================== --- head/devel/p5-Sys-Info/Makefile Tue Apr 29 21:11:24 2014 (r352654) +++ head/devel/p5-Sys-Info/Makefile Tue Apr 29 21:11:28 2014 (r352655) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404292111.s3TLBTfM044208>