forked from Lainports/opnsense-ports
22 lines
516 B
Makefile
22 lines
516 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= adb
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Pure-python implementation of ADB and Fastboot protocols
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \
|
|
${PYTHON_PKGNAMEPREFIX}gflags>0:devel/py-gflags \
|
|
${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto
|
|
|
|
NO_ARCH= yes
|
|
USES= python:-2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|