9a2cec0c9a
PP support was dropped, so remove the PP option. Changes: https://metacpan.org/changes/distribution/FCGI PR: 195193 Submitted by: Geoffroy Desvernay
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# Created by: Kelly Yancey <kbyanc@posi.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FCGI
|
|
PORTVERSION= 0.77
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|