freebsd-ports/devel/p5-Data-Thunk/Makefile
Andrej Zverev 8dd7cad550 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 14:40:31 +00:00

25 lines
729 B
Makefile

# $FreeBSD$
PORTNAME= Data-Thunk
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Lazy/deferred evaluation - a sneakier Scalar::Defer
BUILD_DEPENDS= p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \
p5-Data-Swap>=0:${PORTSDIR}/devel/p5-Data-Swap \
p5-Devel-Refcount>=0:${PORTSDIR}/devel/p5-Devel-Refcount \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-UNIVERSAL-ref>=0:${PORTSDIR}/devel/p5-UNIVERSAL-ref \
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>