14 lines
239 B
Makefile
14 lines
239 B
Makefile
|
COMMENT = finding memory leaks in perl objects
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Devel-Leak-Object-1.01
|
||
|
CATEGORIES = devel
|
||
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|