1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/databases/p5-Amon2-DBI/Makefile

27 lines
675 B
Makefile
Raw Normal View History

PORTNAME= Amon2-DBI
2016-11-22 04:51:31 +00:00
PORTVERSION= 0.33
PORTREVISION= 0
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:devel/p5-Carp-Clan \
p5-DBI>=1.616:databases/p5-DBI \
p5-DBIx-TransactionManager>=1.09:databases/p5-DBIx-TransactionManager \
p5-SQL-Interp>=1.10:databases/p5-SQL-Interp
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Requires>0:devel/p5-Test-Requires \
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
p5-Amon2>0:www/p5-Amon2 \
p5-Test-Memory-Cycle>0:devel/p5-Test-Memory-Cycle
USES= perl5
2016-11-22 04:51:31 +00:00
USE_PERL5= modbuild
.include <bsd.port.mk>