22 lines
382 B
Makefile
22 lines
382 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ebaysdk
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= eBay API SDK for Python
|
|
|
|
LICENSE= CDDL
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|