mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
fc366adb10
- 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)
29 lines
637 B
Makefile
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>
|