18 lines
318 B
Makefile
18 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= erlware_commons
|
|
PORTVERSION= 0.15.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang project focused on all aspects of reusable components
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= erlware
|
|
|
|
.include <bsd.port.mk>
|