speed up perl CGI scripts by running them persistently. PR: ports/35741 Submitted by: Lars Thegler <lars@thegler.dk>
20 lines
436 B
Makefile
20 lines
436 B
Makefile
# New ports collection makefile for: CGI-SpeedyCGI
|
|
# Date created: Sun Mar 10 16:44:06 CET 2002
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CGI-SpeedyCGI
|
|
PORTVERSION= 2.11
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= CGI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@thegler.dk
|
|
|
|
#SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|