freebsd-ports/devel/p5-B-Generate/Makefile
Anton Berezin 7933221c08 Update to 1.44.
PR:		167845
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:	http://search.cpan.org/dist/B-Generate/Changes
2012-05-21 10:07:22 +00:00

25 lines
537 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.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Create your own Perl op trees
COMMON_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
PERL_CONFIGURE= yes
MAN3= B::Generate.3
.include <bsd.port.mk>