diff options
Diffstat (limited to 'www/p5-FCGI')
-rw-r--r-- | www/p5-FCGI/Makefile | 35 | ||||
-rw-r--r-- | www/p5-FCGI/distinfo | 2 | ||||
-rw-r--r-- | www/p5-FCGI/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-FCGI/pkg-plist | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile new file mode 100644 index 000000000000..313a948a8692 --- /dev/null +++ b/www/p5-FCGI/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-FCGI +# Date created: 2011-08-20 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= FCGI +PORTVERSION= 0.73 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast CGI module + +OPTIONS= PURE_PERL "Build pure Perl version (experimental)" off + +PERL_CONFIGURE= yes + +MAN3= FCGI.3 + +.include <bsd.port.options.mk> + +.if defined(WITH_PURE_PERL) +CONFIGURE_ARGS= --pure-perl +PLIST_SUB= PURE_PERL="@comment " +.else +PLIST_SUB= PURE_PERL="" +.endif + +regression-test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test + +.include <bsd.port.mk> diff --git a/www/p5-FCGI/distinfo b/www/p5-FCGI/distinfo new file mode 100644 index 000000000000..afdda384f979 --- /dev/null +++ b/www/p5-FCGI/distinfo @@ -0,0 +1,2 @@ +SHA256 (FCGI-0.73.tar.gz) = 08fee08b2d0766a6e87ead24db6b207829fdb29f4008b2d550e4a42e530384ed +SIZE (FCGI-0.73.tar.gz) = 96250 diff --git a/www/p5-FCGI/pkg-descr b/www/p5-FCGI/pkg-descr new file mode 100644 index 000000000000..4f70ba718a5b --- /dev/null +++ b/www/p5-FCGI/pkg-descr @@ -0,0 +1,11 @@ +FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes +with Open Market's FastCGI Developer's Kit. + +FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are +supported. Attempts to output strings containing characters above 0xFF results +in a exception: (F) Wide character in %s. + +Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable +the exception by using the bytes pragma. + +WWW: http://search.cpan.org/dist/FCGI/ diff --git a/www/p5-FCGI/pkg-plist b/www/p5-FCGI/pkg-plist new file mode 100644 index 000000000000..411015494368 --- /dev/null +++ b/www/p5-FCGI/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/FCGI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/.packlist +%%PURE_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.bs +%%PURE_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI |