1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/p5-B-Generate/Makefile
Andrej Zverev 6c7d0261c9 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:05:42 +00:00

20 lines
387 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
.include <bsd.port.mk>