aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-25 20:39:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-25 20:39:37 +0800
commit92d2e27b5835bd159cacdd87e4166201465f26df (patch)
tree6d83094c7ae78f45c64f91b451e64f48f4e11213 /devel
parent436f0da04cb9399993ae5e5d3251b0d2db4352c5 (diff)
downloadfreebsd-ports-gnome-92d2e27b5835bd159cacdd87e4166201465f26df.tar.gz
freebsd-ports-gnome-92d2e27b5835bd159cacdd87e4166201465f26df.tar.zst
freebsd-ports-gnome-92d2e27b5835bd159cacdd87e4166201465f26df.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here: - Fix *_DEPENDS: version 0.74+ is already in all supported Perl releases - Bump PORTREVISION for dependency change PR: ports/189564 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Math-Depends/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Module-Math-Depends/Makefile b/devel/p5-Module-Math-Depends/Makefile
index bccb0f3b60af..c69c908fd8f8 100644
--- a/devel/p5-Module-Math-Depends/Makefile
+++ b/devel/p5-Module-Math-Depends/Makefile
@@ -3,16 +3,18 @@
PORTNAME= Module-Math-Depends
PORTVERSION= 0.02
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Convenience object for manipulating module dependencies
-BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
- p5-version>=0:${PORTSDIR}/devel/p5-version
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5