Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/converters/erlang-base64url/Makefile
16149 views
PORTNAME=	base64url
PORTVERSION=	1.0
DISTVERSIONPREFIX=	v
CATEGORIES=	converters
PKGNAMEPREFIX=	erlang-

MAINTAINER=	[email protected]
COMMENT=	URL safe base64-compatible codec

LICENSE=	MIT

USES=		erlang:rebar
USE_GITHUB=	yes
GH_ACCOUNT=	dvv

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>