blob: 6e62cc0976969017c1826fe978fa144f06c8aa36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/py-gobject3/Makefile 19696 2014-05-26 11:20:01Z gusi $
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"
|