mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
e56a7da894
With hat: portmgr-secretary
25 lines
577 B
Makefile
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>
|