756755faa1
precoordinated with olgeni@ (maintainer)
30 lines
594 B
Makefile
30 lines
594 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= erlang-riak
|
|
PORTVERSION= 16.b.02
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/erlang/
|
|
DISTNAME= otp_src_${ERL_RELEASE}
|
|
DIST_SUBDIR= erlang
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Custom erlang from bashio to be used with riak2
|
|
|
|
WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE}
|
|
|
|
ERL_RELEASE= R16B02-basho5
|
|
|
|
USES= gmake ncurses perl5
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
CONFIGURE_ARGS+=--with-ssl=/usr \
|
|
--disable-hipe \
|
|
--enable-smp-support \
|
|
--enable-threads \
|
|
--enable-kernel-poll \
|
|
--enable-sctp
|
|
|
|
.include <bsd.port.mk>
|