freebsd-ports/devel/p5-Devel-Cycle/Makefile
Po-Chuan Hsieh cbe9c913f5
devel/p5-Devel-Cycle: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-11-01 21:42:23 +08:00

20 lines
334 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Devel-Cycle
PORTVERSION= 1.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Find memory cycles in objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>