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