d11057527e
Add LICENSE. Set architecture neutral. Changes: http://cpansearch.perl.org/src/RKINYON/DBM-Deep-2.0014/Changes PR: 223368 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
27 lines
628 B
Makefile
27 lines
628 B
Makefile
# Created by: Janos.Mohacsi@bsd.hu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBM-Deep
|
|
PORTVERSION= 2.0014
|
|
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>
|