1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

20 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= Class-DBI-Plugin-Iterator
PORTVERSION= 0.13
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= New iterator for p5-Class-DBI
BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
TEST_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Class-DBI-Pager>=0:${PORTSDIR}/databases/p5-Class-DBI-Pager
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>