2bd6cc3a2f
memory bugs in perl XS code.
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/16 21:06:05 espie Exp $
|
|
|
|
COMMENT= "finding memory leaks in perl XS"
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Devel-Leak-0.03
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|