f549dd40a6
that works with both python2 and python3 (thanks to py3kplist)
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# Created by: Dave Cottlehuber <dch@skunkwerks.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cairocffi
|
|
PORTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dch@skunkwerks.at
|
|
COMMENT= Cairo cffi-based cairo bindings for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${FLAVOR}
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils cffi py3kplist
|
|
USE_GNOME= cairo
|
|
|
|
.include <bsd.port.mk>
|