2013-05-23 22:53:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cowboy
|
2017-03-01 12:15:54 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2013-05-23 22:53:11 +02:00
|
|
|
CATEGORIES= www
|
2015-06-27 14:54:11 +02:00
|
|
|
PKGNAMEPREFIX= erlang-
|
2013-05-23 22:53:11 +02:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= Small, fast and modular HTTP server written in Erlang
|
|
|
|
|
2015-05-05 13:19:15 +02:00
|
|
|
LICENSE= ISCL
|
|
|
|
|
2015-07-07 00:34:11 +02:00
|
|
|
USES= erlang:rebar
|
2013-05-23 22:53:11 +02:00
|
|
|
USE_GITHUB= yes
|
2014-08-04 12:49:26 +02:00
|
|
|
GH_ACCOUNT= ninenines
|
2013-05-23 22:53:11 +02:00
|
|
|
|
2015-07-07 00:34:11 +02:00
|
|
|
ERL_BUILD_DEPS= www/erlang-cowlib
|
|
|
|
ERL_RUN_DEPS= www/erlang-cowlib \
|
|
|
|
net/erlang-ranch
|
|
|
|
|
|
|
|
post-install:
|
2013-11-07 15:33:57 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
2015-07-07 00:34:11 +02:00
|
|
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
2013-05-23 22:53:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|