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

23 lines
384 B
Makefile

PORTNAME= gorm
PORTVERSION= 1.2.23
PORTREVISION= 4
CATEGORIES= devel gnustep
USE_GITHUB= yes
GH_ACCOUNT= gnustep
GH_PROJECT= apps-gorm
GH_TAGNAME= 04554d2
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical Object Relationship Modeller
LICENSE= GPLv3
USES= gnustep
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
DEFAULT_LIBVERSION= 1.1.0
.include <bsd.port.mk>