19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/16 02:53:04 merdely Exp $
|
|
|
|
COMMENT= find memory cycles in objects
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Devel-Cycle-1.07
|
|
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>
|