1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/woof/Makefile
Bernhard Froehlich fc366adb10 - Update to 2009.12.27
- Add LICENSE
- Fix distfile versioning

PR:		ports/150712
Submitted by:	Sebastien Santoro <dereckson at espace-win dot org>
Approved by:	Dereckson <dereckson at gmail dot com> (maintainer), beat (co-mentor, implicit)
2010-09-21 07:54:44 +00:00

29 lines
637 B
Makefile

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