Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= cairocffi |
4 |
PORTNAME= cairocffi |
5 |
PORTVERSION= 0.8.0 |
5 |
DISTVERSION= 0.9.0 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= graphics python |
6 |
CATEGORIES= graphics python |
8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-24
MAINTAINER= dch@FreeBSD.org
Link Here
|
12 |
COMMENT= Cairo cffi-based cairo bindings for Python |
11 |
COMMENT= Cairo cffi-based cairo bindings for Python |
13 |
|
12 |
|
14 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ |
16 |
MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}xcffib>=0.5.0:x11/py-xcffib@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}xcffib>=0.5.0:x11/py-xcffib@${PY_FLAVOR} |
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
18 |
BUILD_DEPENDS= ${MY_DEPENDS} |
|
|
19 |
RUN_DEPENDS= ${MY_DEPENDS} |
19 |
|
20 |
|
20 |
USES= python |
21 |
USES= gnome python |
21 |
USE_PYTHON= distutils py3kplist |
|
|
22 |
USE_GNOME= cairo |
22 |
USE_GNOME= cairo |
|
|
23 |
USE_PYTHON= distutils concurrent py3kplist |
23 |
|
24 |
|
24 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |