aboutsummaryrefslogtreecommitdiff
path: root/databases/gom/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-12-09 14:47:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-12-09 14:47:15 +0000
commitb00df58af0733837ebe38c1bdd261620ebc7b484 (patch)
treee7339ec77c43f13e174ecbc545b500782be0d426 /databases/gom/Makefile
parentceded8c05695b7528a3d94714d7515902ed2f995 (diff)
downloadports-b00df58af0733837ebe38c1bdd261620ebc7b484.tar.gz
ports-b00df58af0733837ebe38c1bdd261620ebc7b484.zip
Notes
Diffstat (limited to 'databases/gom/Makefile')
-rw-r--r--databases/gom/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/gom/Makefile b/databases/gom/Makefile
new file mode 100644
index 000000000000..13ed21d2bae0
--- /dev/null
+++ b/databases/gom/Makefile
@@ -0,0 +1,19 @@
+# $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>