diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:41:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:41:44 +0800 |
commit | b01c3eca495519e342052eb33813e544c2dc8df8 (patch) | |
tree | d803b0122b64984ca6fbda7a510efbd4027af45d /devel | |
parent | dde3295ee6783e7f1e30ab77e05c799b72e5f82a (diff) | |
download | freebsd-ports-gnome-b01c3eca495519e342052eb33813e544c2dc8df8.tar.gz freebsd-ports-gnome-b01c3eca495519e342052eb33813e544c2dc8df8.tar.zst freebsd-ports-gnome-b01c3eca495519e342052eb33813e544c2dc8df8.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here:
- Fix *_DEPENDS: Scalar::Util is already in all supported Perl releases
- Bump PORTREVISION for dependency change
PR: ports/189593
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-Cycle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Devel-Cycle/Makefile b/devel/p5-Devel-Cycle/Makefile index bc30a9c946ba..fbbf6a04558a 100644 --- a/devel/p5-Devel-Cycle/Makefile +++ b/devel/p5-Devel-Cycle/Makefile @@ -3,15 +3,16 @@ PORTNAME= Devel-Cycle PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Find memory cycles in objects -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure |