2007-02-26 20:31:55 +01:00
|
|
|
# New ports collection makefile for: devel/p5-B-Generate
|
|
|
|
# Date created: 26 February 2007
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= B-Generate
|
2010-01-25 10:43:41 +01:00
|
|
|
PORTVERSION= 1.26
|
2007-02-26 20:31:55 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-26 20:31:55 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Create your own Perl op trees
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
2007-09-18 16:52:43 +02:00
|
|
|
USE_PERL5= 5.8.0+
|
|
|
|
USE_PERL5_REASON= fails tests with perl 5.6.X
|
2007-02-26 20:31:55 +01:00
|
|
|
|
|
|
|
MAN3= B::Generate.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|