aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-B-Generate/Makefile
blob: 6473189e22466ac4314f9e4503c60d626d36efcc (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
# New ports collection makefile for:	devel/p5-B-Generate
# Date created:				26 February 2007
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	B-Generate
PORTVERSION=	1.11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Create your own Perl op trees

PERL_MODBUILD=	yes
USE_PERL5=	5.8.0+
USE_PERL5_REASON=	fails tests with perl 5.6.X

MAN3=	B::Generate.3

.include <bsd.port.mk>