aboutsummaryrefslogtreecommitdiffstats
path: root/www/woadaptor-cgi
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-06-13 14:33:56 +0800
committeredwin <edwin@FreeBSD.org>2008-06-13 14:33:56 +0800
commit6756831118c045afe15162bca26477a7413f0fa3 (patch)
tree10cc4b99e22e55cf9498c187ff70ab07b06ad368 /www/woadaptor-cgi
parent441899b97843d3385518570cbb51b41db651b890 (diff)
downloadfreebsd-ports-graphics-6756831118c045afe15162bca26477a7413f0fa3.tar.gz
freebsd-ports-graphics-6756831118c045afe15162bca26477a7413f0fa3.tar.zst
freebsd-ports-graphics-6756831118c045afe15162bca26477a7413f0fa3.zip
[NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle
This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. www/woadaptor-cgi WOAdaptor is a collection of WebObjects WebServer Adaptors. These include an Apache Module, CGI and FastCGI adaptors This is a subproject of Project Wonder and is an effort to pool enhancements and bug fixes for Apple's open source codebase. WWW: http://wonder.sourceforge.net/WOAdaptor.html PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au>
Diffstat (limited to 'www/woadaptor-cgi')
-rw-r--r--www/woadaptor-cgi/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/woadaptor-cgi/Makefile b/www/woadaptor-cgi/Makefile
new file mode 100644
index 00000000000..6310b1ad80a
--- /dev/null
+++ b/www/woadaptor-cgi/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: woadaptor-cgi
+# Date created: Mon Apr 23 04:58:14 EST 2007
+# Whom: Quinton Dolan <q@onthenet.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= woadaptor
+PKGNAMESUFFIX= -cgi
+
+MAINTAINER?= q@onthenet.com.au
+COMMENT= WebObjects WebServer CGI/FastCGI Adaptor
+
+MASTERDIR= ${.CURDIR}/../woadaptor
+
+WITHOUT_APACHE= yes
+WITH_CGI= yes
+
+CONFLICTS= woadaptor-[0-9]*
+
+.include "${MASTERDIR}/Makefile"