903caff884
Changes: http://cpansearch.perl.org/src/RURBAN/B-Generate-1.47/Changes Feature safe: yes
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= B-Generate
|
|
PORTVERSION= 1.47
|
|
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>
|