mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
37893c2bae
A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out.
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ranch
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang socket acceptor pool for TCP protocols
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ninenines
|
|
ERL_DOCS= guide/*
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|