freebsd-ports/devel/p5-Devel-Size/Makefile

31 lines
590 B
Makefile
Raw Normal View History

# New ports collection makefile for: Devel-Size
# Date created: 16 Octobre 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Devel-Size
PORTVERSION= 0.71
CATEGORIES= devel perl5
2007-08-27 15:46:28 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for finding the memory usage of Perl variables
PERL_CONFIGURE= yes
MAN3= Devel::Size.3
2004-11-29 19:06:42 +01:00
.if !defined(NOPORTDOCS)
2007-02-26 13:27:03 +01:00
PORTDOCS= CHANGES
2004-11-29 19:06:42 +01:00
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>