summaryrefslogtreecommitdiff
path: root/devel/cppcodec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/cppcodec/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/cppcodec/Makefile b/devel/cppcodec/Makefile
new file mode 100644
index 000000000000..b00a805bd5c6
--- /dev/null
+++ b/devel/cppcodec/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= cppcodec
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2
+CATEGORIES= devel
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Library to encode/decode base64, base64url, base32, base32hex and hex
+WWW= https://github.com/tplgy/cppcodec
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= catch>0:devel/catch
+
+USES= cmake localbase
+USE_GITHUB= yes
+GH_ACCOUNT= tplgy
+
+.include <bsd.port.mk>