freebsd-ports/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile
Andrej Zverev 4cfea3d01e - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:33:57 +00:00

23 lines
618 B
Makefile

# $FreeBSD$
PORTNAME= B-Hooks-OP-Check-EntersubForCV
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to invoke callback on construction of entersub OPs
RUN_DEPENDS= \
p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils
BUILD_DEPENDS= \
p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \
p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>