mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
27 lines
606 B
Makefile
27 lines
606 B
Makefile
# New ports collection makefile for: CGI-Cache
|
|
# Date created: Mon Jan 1 11:26:17 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CGI-Cache
|
|
PORTVERSION= 1.42.01
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to cache output of time-intensive CGI scripts
|
|
|
|
RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
|
|
p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
|
|
p5-Tie-Restore>=0:${PORTSDIR}/devel/p5-Tie-Restore
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CGI::Cache.3
|
|
|
|
.include <bsd.port.mk>
|