mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a1fb7d3e4e
Submitted by: Gustau Perez Obtained from: gnome devel repo.
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/devel/py-gobject3/Makefile 19571 2014-04-25 18:12:46Z kwm $
|
|
|
|
PORTREVISION= 1
|
|
|
|
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"
|