17 lines
308 B
Makefile
17 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= unicode_util_compat
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Compatibility library for unicode_util from Erlang R20
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gmake erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= benoitc
|
|
|
|
.include <bsd.port.mk>
|