025f0260bc
Approved by: portmgr blanket
15 lines
310 B
Makefile
15 lines
310 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|