mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
20 lines
356 B
Makefile
20 lines
356 B
Makefile
|
# $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>
|