1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/p5-Amon2-DBI/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

28 lines
769 B
Makefile

# $FreeBSD$
PORTNAME= Amon2-DBI
PORTVERSION= 0.32
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of simple DBI wrapper
RUN_DEPENDS= \
p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-DBI>=1.616:${PORTSDIR}/databases/p5-DBI \
p5-DBIx-TransactionManager>=1.09:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
p5-SQL-Interp>=1.10:${PORTSDIR}/databases/p5-SQL-Interp
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Amon2>0:${PORTSDIR}/www/p5-Amon2 \
p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>