15 lines
269 B
Makefile
15 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:17 sthen Exp $
|
|
|
|
COMMENT = test that freed memory objects were, indeed, freed
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-Weaken-3.022000
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|