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
|
2011-11-29 10:08:52 +01:00
|
|
|
PORTVERSION= 1.39
|
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
|
|
|
|
|
2011-09-02 16:58:19 +02:00
|
|
|
COMMON_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
|
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
2011-01-10 14:03:43 +01:00
|
|
|
|
2010-10-10 08:36:53 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2007-02-26 20:31:55 +01:00
|
|
|
|
|
|
|
MAN3= B::Generate.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|