1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/databases/gom/Makefile
Baptiste Daroussin a05192d583 Update to 0.4
2020-06-12 08:19:35 +00:00

20 lines
354 B
Makefile

# $FreeBSD$
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>