mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# Created by: mharo@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|