freebsd-ports/devel/py-ToscaWidgets/Makefile
Bartek Rutkowski 4bed9eb3c5 devel/py-ToscaWidgets: change maintainer address
- Change maintainer address to robak@FreeBSD.org
- Minor URL fix in pkg-descr

Approved by:	swills (mentor)
2014-06-25 08:06:10 +00:00

22 lines
477 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= ToscaWidgets
PORTVERSION= 0.9.12
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Python framework for building reusable web components
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>