opnsense-ports/databases/p5-Test-Database/Makefile
2022-09-07 22:33:21 +02:00

23 lines
510 B
Makefile

PORTNAME= Test-Database
PORTVERSION= 1.113
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Database handles ready for testing
WWW= https://metacpan.org/release/Test-Database
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \
p5-File-HomeDir>=0.84:devel/p5-File-HomeDir
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>