aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-20 09:56:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-20 09:56:25 +0000
commit5e298cb4fb630a54d937a6e98be454e7f4b0c705 (patch)
tree323a066eb138a3fa986cbd2629c99463563eee92 /www/p5-FCGI/Makefile
parent785537c20950961b1fdb8d03a86633d75af1279a (diff)
downloadports-5e298cb4fb630a54d937a6e98be454e7f4b0c705.tar.gz
ports-5e298cb4fb630a54d937a6e98be454e7f4b0c705.zip
Notes
Diffstat (limited to 'www/p5-FCGI/Makefile')
-rw-r--r--www/p5-FCGI/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
deleted file mode 100644
index 313a948a8692..000000000000
--- a/www/p5-FCGI/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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>