diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:41 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:41 +0000 |
commit | b4d237b4113cb7d805f2c8d5c2fd7b32efe0de31 (patch) | |
tree | 5f3bdb97fbb2603e72659cb3a3eeb12c079e8e8e | |
parent | 5780f2a9fb294e620bad6ca8cc44be52fe02535f (diff) |
devel/py-libplist: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/py-libplist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-libplist/Makefile b/devel/py-libplist/Makefile index 0e223ba43772..814beaa13959 100644 --- a/devel/py-libplist/Makefile +++ b/devel/py-libplist/Makefile @@ -9,7 +9,8 @@ LIB_DEPENDS= libplist-2.0.so:${MASTER_PORT} PORTSCOUT= ignore:1 -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= libimobiledevice USE_PYTHON= flavors cython BINARY_ALIAS= cython=cython-${PYTHON_VER} CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" |