e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
21 lines
305 B
Makefile
21 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= base64url
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONPREFIX= v
|
|
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>
|