summaryrefslogblamecommitdiff
path: root/www/woof/Makefile
blob: fa6de63f63d630a0e12cafea04de9487249ff8be (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                       
                          

                                                  

                                                  
                       



                                                                   

                     
                   
                   


                        
                                                                    

                      
# 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>