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