1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-B-Size/Makefile
Philip M. Gollucci b52bf163be - donate some more of my p5- ports to perl@
[included is my 1st port ever databases/p5-DBIx-Tree Date created: January 29th 2003]
2010-02-04 15:39:23 +00:00

30 lines
534 B
Makefile

# 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>