14 lines
255 B
Makefile
14 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:12 sthen Exp $
|
|
|
|
COMMENT = test that freed memory objects were, indeed, freed
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-Weaken-3.022000
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|