17 lines
266 B
Makefile
17 lines
266 B
Makefile
# $OpenBSD: Makefile,v 1.24 2020/02/05 11:49:43 benoit Exp $
|
|
|
|
COMMENT= finding memory usage of perl variables
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Devel-Size-0.83
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|