1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/woof/Makefile
Martin Wilke e3f9547b29 Woof (Web Offer One File) is a Python small webserver designed to serve one or
several times a file, then shutdown.

Woof serves autogenerated archives, when a directory is specified.

WWW: http://www.home.unix-ag.org/simon/woof.html

PR:		ports/136400
Submitted by:	Dereckson <dereckson at gmail.com>
2009-07-07 18:43:54 +00:00

27 lines
567 B
Makefile

# New ports collection makefile for: woof
# Date created: 7 July 2009
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
#
PORTNAME= woof
PORTVERSION= 2009.02.27
CATEGORIES= www
MASTER_SITES= http://www.home.unix-ag.org/simon/
DISTNAME= woof
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= dereckson@gmail.com
COMMENT= Web Offer One File, an ad-hoc single file webserver
USE_PYTHON= yes
NO_BUILD= #
PLIST_FILES= bin/woof
do-install:
${INSTALL_DATA} ${DISTDIR}/woof ${PREFIX}/bin/woof
.include <bsd.port.mk>