freebsd-ports/devel/p5-File-HStore/Makefile
Cheng-Lung Sung ab62edf931 - Update to 0.09
- Move to perl@FreeBSD.org

PR:		ports/106513
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-12-12 00:55:21 +00:00

31 lines
797 B
Makefile

# 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
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AD/ADULAU
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/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA2.pm:${PORTSDIR}/security/p5-Digest-SHA2
PERL_CONFIGURE= yes
MAN3= File::HStore.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>