20 lines
384 B
Makefile
20 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/04/15 13:56:34 ajacoutot Exp $
|
|
|
|
COMMENT= find memory cycles in objects
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Devel-Cycle-1.10
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|