mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
84cc9c0eef
- Bump PORTREVISION for package change - While I'm here, sort *_DEPENDS ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-36.opt-1.pyc Error: Orphaned: %%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-36.pyc Approved by: portmgr (blanket)
28 lines
643 B
Makefile
28 lines
643 B
Makefile
# Created by: Eric Turgeon <ericbsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcffib
|
|
PORTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
|
COMMENT= Xcffib is a replacement for xpyb, also is a XCB python binding
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
LIB_DEPENDS= libxcb.so:x11/libxcb
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|