freebsd-ports/devel/py-ToscaWidgets/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
446 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:www/py-webob
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>