aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-HStore/Makefile
blob: 4fd9eca85fed1d3020824cb5f09667426353016d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
WWW=		https://metacpan.org/release/File-HStore

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>