freebsd-ports/databases/p5-Class-DBI-LazyInflate/Makefile
Andrej Zverev 78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +00:00

20 lines
467 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-DBI-LazyInflate
PORTVERSION= 0.06
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Defer inflating of columns until they are used
BUILD_DEPENDS= p5-Data-Lazy>=0:${PORTSDIR}/devel/p5-Data-Lazy \
p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>