Lines 6-12
Link Here
|
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMESUFFIX= -accelerate |
8 |
PKGNAMESUFFIX= -accelerate |
9 |
#DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION} |
9 |
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} |
10 |
|
10 |
|
11 |
MAINTAINER= python@FreeBSD.org |
11 |
MAINTAINER= python@FreeBSD.org |
12 |
COMMENT= OpenGL acceleration code for PyOpenGL |
12 |
COMMENT= OpenGL acceleration code for PyOpenGL |
Lines 13-19
Link Here
|
13 |
|
13 |
|
14 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE= BSD3CLAUSE |
15 |
|
15 |
|
16 |
BUILD_DEPENDS= cython:lang/cython |
16 |
BUILD_DEPENDS= cython:lang/cython \ |
|
|
17 |
${PYNUMPY} |
18 |
RUN_DEPENDS= ${PYNUMPY} |
17 |
|
19 |
|
18 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist distutils |
19 |
USES= python |
21 |
USES= python |