1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/databases/p5-DBIx-Inspector/Makefile
2021-10-04 21:58:01 +02:00

25 lines
577 B
Makefile

PORTNAME= DBIx-Inspector
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to get information from $dbh
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
p5-DBI>0:databases/p5-DBI
TEST_DEPENDS= \
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
p5-Test-Requires>0:devel/p5-Test-Requires \
p5-Test-Simple>=0.94:devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>