aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Size/Makefile
blob: ddc02a907e713a0c27cfdf01ebb5c7399bb55f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=	perl@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>