20 lines
344 B
Makefile
20 lines
344 B
Makefile
PORTNAME= d2
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Modern text-to-diagram language
|
|
WWW= https://www.d2lang.com
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/terrastruct/d2
|
|
|
|
PLIST_FILES= bin/d2
|
|
|
|
.include <bsd.port.mk>
|