mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webmachine
|
|
PORTVERSION= 1.10.8
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= HTTP semantic awareness on top mochiweb
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= webmachine
|
|
|
|
ERL_BUILD_DEPS= www/erlang-mochiweb-basho
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|