diff options
Diffstat (limited to 'devel/p5-File-HStore/Makefile')
-rw-r--r-- | devel/p5-File-HStore/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-HStore/Makefile b/devel/p5-File-HStore/Makefile index c201384566ee..593c5cb91f79 100644 --- a/devel/p5-File-HStore/Makefile +++ b/devel/p5-File-HStore/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-HStore -# Date created: 2006-07-21 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= File-HStore PORTVERSION= 0.10 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store files on a filesystem using a very simple hash-based storage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::HStore.3 |