diff options
Diffstat (limited to 'devel/p5-Tie-Cache/Makefile')
-rw-r--r-- | devel/p5-Tie-Cache/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Tie-Cache/Makefile b/devel/p5-Tie-Cache/Makefile index d128c0a1cbd4..fce1b20c509a 100644 --- a/devel/p5-Tie-Cache/Makefile +++ b/devel/p5-Tie-Cache/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-Cache -# Date created: March 30th 2001 -# Whom: Alex Kapranoff <kapr@crosswinds.net> -# +# Created by: Alex Kapranoff <kapr@crosswinds.net> # $FreeBSD$ -# PORTNAME= Tie-Cache PORTVERSION= 0.19 @@ -16,7 +12,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= LRU Cache in Memory through a tie interface INSTALL_TARGET= pure_install -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::Cache.3 |