aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-HStore/Makefile
blob: 1486d59500d49b476f5a98ac8749606cd712e248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	p5-File-HStore
# Date created:		2006-07-21
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	File-HStore
PORTVERSION=	0.09
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA

PERL_CONFIGURE=	yes

MAN3=		File::HStore.3

post-patch:
		@${RM} ${WRKSRC}/lib/File/HStore.pm.orig

.include <bsd.port.mk>