14 lines
183 B
Makefile
14 lines
183 B
Makefile
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>
|