mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
422 B
Makefile
23 lines
422 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= B::Generate.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|