freebsd-ports/devel/p5-Devel-Size/Makefile
Yen-Ming Lee 070651b4fa - update to 0.71
PR:		127124
Submitted by:	leeym
Approved by:	maintainer timeout
2008-10-08 20:01:28 +00:00

30 lines
589 B
Makefile

# New ports collection makefile for: Devel-Size
# Date created: 16 Octobre 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Devel-Size
PORTVERSION= 0.71
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl extension for finding the memory usage of Perl variables
PERL_CONFIGURE= yes
MAN3= Devel::Size.3
.if !defined(NOPORTDOCS)
PORTDOCS= CHANGES
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>