forked from Lainports/opnsense-ports
14 lines
299 B
Makefile
14 lines
299 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 3
|
|
|
|
COMMENT= Python 2 bindings for GObject
|
|
|
|
SLAVE_PORT= python2
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|