diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 06:33:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 06:33:56 +0000 |
commit | 891837a0ece85f060c0482b3f5dda90f1002ee73 (patch) | |
tree | d4c1d8f7c88a58abae7891c70f998b663c8bc624 /www/woadaptor-cgi | |
parent | e6b6e3491e9ad71b057e912a08e3f57b3c6fc9f6 (diff) | |
download | ports-891837a0ece85f060c0482b3f5dda90f1002ee73.tar.gz ports-891837a0ece85f060c0482b3f5dda90f1002ee73.zip |
Notes
Diffstat (limited to 'www/woadaptor-cgi')
-rw-r--r-- | www/woadaptor-cgi/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/woadaptor-cgi/Makefile b/www/woadaptor-cgi/Makefile new file mode 100644 index 000000000000..6310b1ad80a6 --- /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" |