mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a5f08564af
sws was born out of a project requirement for a small universal Web server that could run on any POSIX platform to serve static content. Since it is written in /bin/sh it should run on any BSD/GNU-Linux/Unix system. PR: 197694 Differential Revision: https://reviews.freebsd.org/D1988 Reviewed by: swills Approved by: swills (mentor)
16 lines
255 B
Makefile
16 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sws
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://prd4.wynn.com:8080/src/
|
|
|
|
MAINTAINER= wynkoop@wynn.com
|
|
COMMENT= Simple, safe, secure, web server written in /bin/sh
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|