blob: 632a6658485d6df4db42c8d992b4c10ae5df9e4a (
plain)
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
|
# New ports collection makefile for: p5-B-Size
# Date created: 12 dec 2004
# Whom: Andrey Chernov <ache@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= B-Size
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tools to measure size of Perl OPs and [SAV]Vs
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= B::Size.3 B::TerseSize.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501000
BROKEN= Does not build with perl >= 5.10
.endif
.include <bsd.port.post.mk>
|