Date: Mon, 10 Nov 2014 15:05:03 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372397 - head/devel/p5-Config-Any Message-ID: <201411101505.sAAF53Kj011471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Mon Nov 10 15:05:02 2014 New Revision: 372397 URL: https://svnweb.freebsd.org/changeset/ports/372397 QAT: https://qat.redports.org/buildarchive/r372397/ Log: - Add p5-Module-Pluggable as depends - Add licence PR: ports/194926 Submitted by: Henk van Oers <hvo.pm at xs4all.nl> Modified: head/devel/p5-Config-Any/Makefile Modified: head/devel/p5-Config-Any/Makefile ============================================================================== --- head/devel/p5-Config-Any/Makefile Mon Nov 10 14:23:12 2014 (r372396) +++ head/devel/p5-Config-Any/Makefile Mon Nov 10 15:05:02 2014 (r372397) @@ -3,6 +3,7 @@ PORTNAME= Config-Any PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load class configuration data from a number of file formats -BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Config-General>=2.47:${PORTSDIR}/devel/p5-Config-General \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= INI JSON XML YAML
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411101505.sAAF53Kj011471>