20 lines
366 B
Makefile
20 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/07/13 19:46:11 sthen Exp $
|
|
|
|
COMMENT= find memory cycles in objects
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Devel-Cycle-1.10
|
|
REVISION= 0
|
|
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>
|