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
|
2001-05-20 04:18:04 +02:00
|
|
|
PORTVERSION= 0.58
|
1999-11-26 20:36:09 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
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
|
|
|
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
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
|
|
|
|
2000-03-20 22:48:44 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libfcgi.a:${PORTSDIR}/www/fcgi
|
1999-11-26 20:36:09 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1999-11-26 20:36:09 +01:00
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2001-05-20 04:18:04 +02:00
|
|
|
MAN3= FCGI.3
|
1999-11-26 20:36:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|