Date: Sat, 21 Mar 2015 17:17:40 +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: r381804 - head/devel/p5-IO-Prompt Message-ID: <201503211717.t2LHHeDd016391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 21 17:17:39 2015 New Revision: 381804 URL: https://svnweb.freebsd.org/changeset/ports/381804 QAT: https://qat.redports.org/buildarchive/r381804/ Log: - Fix *_DEPENDS: version is already in all supported Perl releases - Add LICENSE [1] - Remove regression-test: - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl Modified: head/devel/p5-IO-Prompt/Makefile Modified: head/devel/p5-IO-Prompt/Makefile ============================================================================== --- head/devel/p5-IO-Prompt/Makefile Sat Mar 21 17:17:34 2015 (r381803) +++ head/devel/p5-IO-Prompt/Makefile Sat Mar 21 17:17:39 2015 (r381804) @@ -3,7 +3,7 @@ PORTNAME= IO-Prompt PORTVERSION= 0.99.7002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,15 +12,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/(\ MAINTAINER= lth@FreeBSD.org COMMENT= Interactively prompt for user input -BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version \ - p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Want>0:${PORTSDIR}/devel/p5-Want RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -regression-test: build - cd ${WRKSRC}/ && ${MAKE} test - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211717.t2LHHeDd016391>