svn commit: r381804 - head/devel/p5-IO-Prompt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:40 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list