freebsd-ports/devel/p5-File-HStore/Makefile
Andrej Zverev 76f94d3e81 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 13:36:43 +00:00

22 lines
430 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.10
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
PERL_CONFIGURE= yes
MAN3= File::HStore.3
.include <bsd.port.mk>