b00df58af0
Gom provides an object mapper from GObjects to SQLite.
19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gom
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= databases gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject Data Mapper
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome meson pkgconfig python:3.4+ sqlite tar:xz
|
|
USE_GNOME= gdkpixbuf2 glib20 introspection pygobject3
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|