16 lines
261 B
Makefile
16 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/22 14:34:30 benoit Exp $
|
|
|
|
COMMENT= finding memory usage of perl variables
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Devel-Size-0.78
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|