freebsd-ports/devel/p5-B-Generate/Makefile
Anton Berezin 21b90bd492 Update to 1.11.
The available Changes file was not very forthcoming, as it
has not changed in comparison with the previous version of the module.
Source diff reveals tweaks to support perl 5.10, though.
2007-12-12 11:24:24 +00:00

24 lines
498 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.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= B
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>