mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
fd7d0fae4e
commit
9a2cec0c9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378671
@ -2,33 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= FCGI
|
||||
PORTVERSION= 0.74
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.77
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:FLORA
|
||||
MASTER_SITE_SUBDIR= CPAN:ETHER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
|
||||
|
||||
OPTIONS_DEFINE= PURE_PERL
|
||||
PURE_PERL_DESC= Build pure Perl version (experimental)
|
||||
|
||||
# XXX: fcgi.0 is missing FCGX_Detach, see ports/149755
|
||||
#LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
|
||||
#CONFIGURE_ARGS+= --use-installed=${LOCALBASE}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPURE_PERL}
|
||||
CONFIGURE_ARGS+=--pure-perl
|
||||
PLIST_SUB= PURE_PERL="@comment "
|
||||
.else
|
||||
PLIST_SUB= PURE_PERL=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (FCGI-0.74.tar.gz) = f59e46f6de960a67f7d15003504b2df6cb10511bb172f1904753df79004e0854
|
||||
SIZE (FCGI-0.74.tar.gz) = 97599
|
||||
SHA256 (FCGI-0.77.tar.gz) = 352cdfe3309d77c2815aa18fe7fbd9b4be68e8b1b26d062039e78f8664aa25a8
|
||||
SIZE (FCGI-0.77.tar.gz) = 90561
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%PERL5_MAN3%%/FCGI.3.gz
|
||||
%%SITE_ARCH%%/FCGI.pm
|
||||
%%PURE_PERL%%%%SITE_ARCH%%/auto/FCGI/FCGI.so
|
||||
%%SITE_ARCH%%/auto/FCGI/FCGI.so
|
||||
|
Loading…
Reference in New Issue
Block a user