freebsd-ports/www/py-bottle/Makefile
Ruslan Makhmatkhanov 66ed4f044b www/py-bottle: convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 11:39:15 +00:00

19 lines
384 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= bottle
PORTVERSION= 0.12.7
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Fast and simple WSGI-framework for small web-applications
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>