26 lines
566 B
Makefile
26 lines
566 B
Makefile
# 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.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Create your own Perl op trees
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5= 5.8.0+
|
|
USE_PERL5_REASON= fails tests with perl 5.6.X
|
|
|
|
MAN3= B::Generate.3
|
|
|
|
.include <bsd.port.mk>
|