2016-12-18 12:36:26 +01:00
|
|
|
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XStatic-Angular-FileUpload
|
|
|
|
PORTVERSION= 12.0.4.0
|
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= File Upload module for the AngularJS (angular-file-upload)
|
2016-12-18 12:36:26 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic@${PY_FLAVOR}
|
2016-12-18 12:36:26 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|