17 lines
273 B
Makefile
17 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.19 2014/06/14 23:24:56 sthen Exp $
|
|
|
|
COMMENT= finding memory usage of perl variables
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Devel-Size-0.79
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|