mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uliweb
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Easy python web framework
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= limodou
|
|
|
|
USES= dos2unix python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|