diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
commit | 535b2cd3cf08cc7815657c029e199ed5755945db (patch) | |
tree | 8b8bae65903c26991a884a3e102db51e7a2de747 /www/fcgiwrap | |
parent | 90d079451238bcfaeba186bcb474ba7ac30cb0a8 (diff) | |
download | ports-535b2cd3cf08cc7815657c029e199ed5755945db.tar.gz ports-535b2cd3cf08cc7815657c029e199ed5755945db.zip |
Notes
Diffstat (limited to 'www/fcgiwrap')
-rw-r--r-- | www/fcgiwrap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index f5980cd27a23..351d725b2fb8 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -6,13 +6,15 @@ PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Simple FastCGI wrapper for CGI scripts LICENSE= MIT LIB_DEPENDS= libfcgi.so:www/fcgi +BROKEN= unfetchable + USES= autoreconf gmake pkgconfig USE_GITHUB= yes |