e56a7da894
With hat: portmgr-secretary
19 lines
469 B
Makefile
19 lines
469 B
Makefile
PORTNAME= Devel-BeginLift
|
|
PORTVERSION= 0.001003
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to make selected sub calls evaluate at compile time
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
p5-ExtUtils-Depends>0:devel/p5-ExtUtils-Depends
|
|
RUN_DEPENDS= \
|
|
p5-B-Hooks-OP-Check-EntersubForCV>=0.03:devel/p5-B-Hooks-OP-Check-EntersubForCV
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|