mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
26 lines
494 B
Makefile
26 lines
494 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cowboy
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Small, fast and modular HTTP server written in Erlang
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ninenines
|
|
|
|
ERL_BUILD_DEPS= www/erlang-cowlib
|
|
ERL_RUN_DEPS= www/erlang-cowlib \
|
|
net/erlang-ranch
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|