28763aa5cf
p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# New ports collection makefile for: p5-FastCGI
|
|
# Date created: October 27th 1999
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FastCGI
|
|
PORTVERSION= 0.58
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= FCGI
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= FCGI-${PORTVERSION}
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libfcgi.a:${PORTSDIR}/www/fcgi
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= FCGI.3
|
|
|
|
.include <bsd.port.mk>
|