openbsd-ports/devel/p5-Devel-Size-Report/Makefile
jasper 5e4af69067 import p5-Devel-Size-Report 0.13
Devel::Size can only report the size of a single element or the total
size of a structure (array, hash etc). This module enhances Devel::Size
by giving you the ability to generate a full size report for each
element in a structure.

ok sthen@
2011-06-22 08:31:14 +00:00

26 lines
530 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/22 08:31:14 jasper Exp $
COMMENT= generate a size report for all elements in a structure
DISTNAME= Devel-Size-Report-0.13
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
RUN_DEPENDS= devel/p5-Array-RefElem \
devel/p5-Devel-Size
USE_GROFF= Yes
.include <bsd.port.mk>