freebsd-ports/graphics/py-cairocffi/Makefile
Antoine Brodin f549dd40a6 Instead of using a mix of autoplist and static plist, use a static plist
that works with both python2 and python3 (thanks to py3kplist)
2017-12-01 13:06:22 +00:00

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>