mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
7c25cd7bf5
- 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>
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-Cycle
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Find memory cycles in objects
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|