aboutsummaryrefslogtreecommitdiff
path: root/www/vger/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-03-17 11:28:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-03-17 11:28:59 +0000
commit3767954d1980e6b3f554936b671457d8add4fc7d (patch)
tree3140b1635e8c7dce6d8a683971a51176b1511d52 /www/vger/Makefile
parentfa7f08b96c44816407cd81aa3827ae0fb3fce15b (diff)
downloadports-3767954d1980e6b3f554936b671457d8add4fc7d.tar.gz
ports-3767954d1980e6b3f554936b671457d8add4fc7d.zip
Notes
Diffstat (limited to 'www/vger/Makefile')
-rw-r--r--www/vger/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/vger/Makefile b/www/vger/Makefile
index 5b2327c9da70..206d7aa54e86 100644
--- a/www/vger/Makefile
+++ b/www/vger/Makefile
@@ -9,9 +9,12 @@ DISTFILES= 365e99400a8a13546c4c060f28e23bf81d68d45e.tar.gz
MAINTAINER= nc@FreeBSD.org
COMMENT= Simplistic and secure Gemini server
+
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+USE_CSTD= c99
+
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
@@ -22,4 +25,3 @@ post-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}/gemini
.include <bsd.port.mk>
-