mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
230 B
Makefile
17 lines
230 B
Makefile
COMMENT = finding memory usage of perl variables
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Devel-Size-0.87
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CPAN_AUTHOR = NWCLARK
|
|
|
|
WANTLIB += c perl
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|