1999-11-26 19:36:09 +00:00
|
|
|
# New ports collection makefile for: p5-FastCGI
|
|
|
|
# Date created: October 27th 1999
|
|
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= FastCGI
|
2003-06-16 06:35:12 +00:00
|
|
|
PORTVERSION= 0.67
|
1999-11-26 19:36:09 +00:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= FCGI
|
2000-06-17 02:37:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-03-01 06:39:18 +00:00
|
|
|
DISTNAME= FCGI-${PORTVERSION}
|
1999-11-26 19:36:09 +00:00
|
|
|
|
2003-11-02 03:36:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
|
1999-11-26 19:36:09 +00:00
|
|
|
|
2003-06-16 06:35:12 +00:00
|
|
|
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
|
1999-11-26 19:36:09 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2003-06-16 06:35:12 +00:00
|
|
|
CONFIGURE_ARGS+= --use-installed=${LOCALBASE}
|
2004-03-14 12:42:32 +00:00
|
|
|
MAKE_ARGS= CCFLAGS="${CFLAGS}"
|
1999-11-26 19:36:09 +00:00
|
|
|
|
2001-05-20 02:18:04 +00:00
|
|
|
MAN3= FCGI.3
|
1999-11-26 19:36:09 +00:00
|
|
|
|
2004-03-14 12:42:32 +00:00
|
|
|
.include <bsd.port.mk>
|