1b0994ee1e
With hat: python@
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uliweb
|
|
PORTVERSION= 0.3.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= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|