Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / gom / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       gom
4 PORTVERSION=    0.3.3
5 CATEGORIES=     databases gnome
6 MASTER_SITES=   GNOME
7
8 MAINTAINER=     gnome@FreeBSD.org
9 COMMENT=        GObject Data Mapper
10
11 LICENSE=        LGPL21
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 USES=           gnome meson pkgconfig python:3.4+ sqlite tar:xz
15 USE_GNOME=      gdkpixbuf2 glib20 introspection pygobject3
16
17 USE_LDCONFIG=   yes
18
19 .include <bsd.port.mk>