mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
18 lines
273 B
Makefile
18 lines
273 B
Makefile
PORTNAME= base64url
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= converters
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= URL safe base64-compatible codec
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dvv
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|