aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-22 01:18:09 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-22 01:18:09 +0800
commitbc2065ec4aff684e50bc377cbca7fad9f22774ca (patch)
tree120d6046083fc17a9f6fb1823cf9634df4a7a53c /devel
parentc5a7a121defe76e25b4a6e416fd1fde010bdae8a (diff)
downloadfreebsd-ports-gnome-bc2065ec4aff684e50bc377cbca7fad9f22774ca.tar.gz
freebsd-ports-gnome-bc2065ec4aff684e50bc377cbca7fad9f22774ca.tar.zst
freebsd-ports-gnome-bc2065ec4aff684e50bc377cbca7fad9f22774ca.zip
- Fix *_DEPENDS: version 0.77+ is already in all supported Perl releases
- Add LICENSE [1] - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Module-Used/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-Test-Module-Used/Makefile b/devel/p5-Test-Module-Used/Makefile
index bf7a3d28db03..2e03f30f0391 100644
--- a/devel/p5-Test-Module-Used/Makefile
+++ b/devel/p5-Test-Module-Used/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Test-Module-Used
PORTVERSION= 0.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TSUCCHI
@@ -12,12 +12,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tsucchi@cpan.org
COMMENT= Test required module is really used and vice versa
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-CPAN-Meta>=2.102400:${PORTSDIR}/devel/p5-CPAN-Meta \
p5-List-MoreUtils>=0.24:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Module-CoreList>=2.18:${PORTSDIR}/devel/p5-Module-CoreList \
p5-Module-Used>=v1.2.0:${PORTSDIR}/devel/p5-Module-Used \
- p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \
- p5-version>=0.77:${PORTSDIR}/devel/p5-version
+ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5