1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/p5-FCGI/Makefile
Adam Weinberger 9a2cec0c9a Update to 0.77.
PP support was dropped, so remove the PP option.

Changes: https://metacpan.org/changes/distribution/FCGI

PR:		195193
Submitted by:	Geoffroy Desvernay
2015-02-08 18:53:58 +00:00

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>