blob: 89a78ebfe58bf14f69f38acda64cb3cc1a5989fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= gom
PORTVERSION= 0.4
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>
|