mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9a2cec0c9a
PP support was dropped, so remove the PP option. Changes: https://metacpan.org/changes/distribution/FCGI PR: 195193 Submitted by: Geoffroy Desvernay
18 lines
343 B
Makefile
18 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>
|