diff options
Diffstat (limited to 'databases/gom/Makefile')
-rw-r--r-- | databases/gom/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/gom/Makefile b/databases/gom/Makefile index 67f4ea309a19..86a3b5067f67 100644 --- a/databases/gom/Makefile +++ b/databases/gom/Makefile @@ -1,19 +1,20 @@ PORTNAME= gom -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= databases gnome MASTER_SITES= GNOME +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GObject Data Mapper -WWW= https://wiki.gnome.org/Projects/Gom +WWW= https://https://gitlab.gnome.org/GNOME/gom -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome meson pkgconfig python sqlite tar:xz USE_GNOME= gdkpixbuf glib20 introspection pygobject3 USE_LDCONFIG= yes +BINARY_ALIAS= python3=${PYTHON_CMD} .include <bsd.port.mk> |