From 8ea13c5d5fd88cfd1556b7f99ba82edabcb839b6 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 3 Jan 2001 23:24:48 +0000 Subject: Add p5-CGI-Cache 1.02, perl extension to cache output of time-intensive CGI scripts. --- www/p5-CGI-Cache/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/p5-CGI-Cache/Makefile (limited to 'www/p5-CGI-Cache/Makefile') diff --git a/www/p5-CGI-Cache/Makefile b/www/p5-CGI-Cache/Makefile new file mode 100644 index 000000000000..99fb2f19ad47 --- /dev/null +++ b/www/p5-CGI-Cache/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: CGI-Cache +# Date created: Mon Jan 1 11:26:17 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= CGI-Cache +PORTVERSION= 1.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= CGI::Cache.3 + +.include -- cgit v1.2.3