16 lines
244 B
Makefile
16 lines
244 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:49 sthen Exp $
|
|
|
|
COMMENT= finding memory leaks in perl XS
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Devel-Leak-0.03
|
|
REVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|