diff options
Diffstat (limited to 'devel/p5-B-Size/Makefile')
-rw-r--r-- | devel/p5-B-Size/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/p5-B-Size/Makefile b/devel/p5-B-Size/Makefile deleted file mode 100644 index 632a6658485d..000000000000 --- a/devel/p5-B-Size/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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> |