Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= opuslib |
4 |
PORTNAME= opuslib |
5 |
PORTVERSION= 1.1.0 |
5 |
PORTVERSION= 2.0.0 |
6 |
CATEGORIES= audio python |
6 |
CATEGORIES= audio python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-21
Link Here
|
13 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
14 |
|
14 |
|
15 |
RUN_DEPENDS= ${LOCALBASE}/lib/libopus.so:audio/opus |
15 |
RUN_DEPENDS= ${LOCALBASE}/lib/libopus.so:audio/opus |
|
|
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage \ |
17 |
${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose |
16 |
|
18 |
|
17 |
USES= python:2.7 |
19 |
USES= python:-2.7 |
18 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist distutils |
19 |
NO_ARCH= yes |
21 |
NO_ARCH= yes |
20 |
|
22 |
|
|
|
23 |
# tests are broken: https://github.com/OnBeep/opuslib/issues/4 |
24 |
TEST_TARGET= test |
25 |
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP} |
26 |
|
21 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |