mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
13 lines
298 B
Makefile
13 lines
298 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 3
|
|
|
|
COMMENT= Python ${PYTHON_VER} bindings for GObject
|
|
|
|
SLAVE_PORT= python
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|