1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix version string, improve package naming

Also removed PORTREVISION, as pkg version -t v2.1.1_1 2.1.1 results in "<"

Reported by:	mat
This commit is contained in:
Michael Gmelin 2017-04-07 18:01:06 +00:00
parent 7842f30bf6
commit 37be1ecae4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437949

View File

@ -1,10 +1,11 @@
# Created by: Viacheslav Mikerov <SlavaMikerov@gmail.com>
# $FreeBSD$
PORTNAME= nlohmann-json
PORTVERSION= v2.1.1
PORTREVISION= 1
PORTNAME= json
PORTVERSION= 2.1.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= nlohmann-
MAINTAINER= SlavaMikerov@gmail.com
COMMENT= JSON library for Modern C++