aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-22 01:17:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-22 01:17:39 +0800
commita995d85352ff6f3f07e91712cf5577732debbb7b (patch)
treecc76f857d98fe08496225d88b16e51802c09b578
parentee83218217363586893f1536f5eb729af1e0462b (diff)
downloadfreebsd-ports-gnome-a995d85352ff6f3f07e91712cf5577732debbb7b.tar.gz
freebsd-ports-gnome-a995d85352ff6f3f07e91712cf5577732debbb7b.tar.zst
freebsd-ports-gnome-a995d85352ff6f3f07e91712cf5577732debbb7b.zip
- 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
-rw-r--r--devel/p5-IO-Prompt/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/p5-IO-Prompt/Makefile b/devel/p5-IO-Prompt/Makefile
index e7a55698f798..9a4b63efc63d 100644
--- a/devel/p5-IO-Prompt/Makefile
+++ b/devel/p5-IO-Prompt/Makefile
@@ -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/(\..+)\./\1/}
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>