aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DWH_File/Makefile
blob: 92f424238cbb1e0ba08d82d0e3740fb960dbbc35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	DWH_File
PORTVERSION=	0.24
PORTREVISION=	2
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Store deep and wide hashes in single level tied hash
WWW=		http://www.orqwood.dk/perl5/dwh/

BUILD_DEPENDS=	p5-URI>=0:net/p5-URI
RUN_DEPENDS=	p5-URI>=0:net/p5-URI

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>