summaryrefslogtreecommitdiff
path: root/devel/p5-File-HStore/Makefile
blob: d773b45761688006026936a5d810144a6ab48079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	File-HStore
PORTVERSION=	0.10
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Store files on a filesystem using a simple hash-based storage

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>