1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/databases/gom/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
341 B
Makefile

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>