freebsd-ports/www/py-uliweb/Makefile
2015-11-23 07:32:23 +00:00

19 lines
378 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= uliweb
PORTVERSION= 0.4.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Uliweb-${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Easy python web framework
LICENSE= BSD2CLAUSE
USES= dos2unix python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>