freebsd-ports/databases/p5-DBM-Deep/Makefile
2021-04-06 16:31:07 +02:00

26 lines
616 B
Makefile

# Created by: Janos.Mohacsi@bsd.hu
PORTNAME= DBM-Deep
PORTVERSION= 2.0016
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Pure perl persistent multi-level hash/array DBM
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-FileHandle-Fmode>=0:devel/p5-FileHandle-Fmode
RUN_DEPENDS= p5-FileHandle-Fmode>=0:devel/p5-FileHandle-Fmode
TEST_DEPENDS= p5-Test-Deep>=0.095:devel/p5-Test-Deep \
p5-Test-Exception>=0.21:devel/p5-Test-Exception \
p5-Test-Warn>=0.08:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>