2016-12-18 12:36:26 +01:00
|
|
|
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XStatic-jquery-ui
|
|
|
|
PORTVERSION= 1.12.0.1
|
2016-12-25 12:28:58 +01:00
|
|
|
PORTREVISION= 1
|
2016-12-18 12:36:26 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= alexander.nusov@nfvexpress.com
|
2016-12-25 12:28:58 +01:00
|
|
|
COMMENT= JQuery library for building user interfaces (jquery-ui)
|
2016-12-18 12:36:26 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|