16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:44:49 sthen Exp $
|
|
|
|
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>
|