mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4a3bebcae1
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
28 lines
547 B
Makefile
28 lines
547 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mochiweb
|
|
PORTVERSION= 2.9.0p2
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= erlang-
|
|
PKGNAMESUFFIX= -basho
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Erlang library for building lightweight HTTP servers (Basho fork)
|
|
|
|
LICENSE= MIT
|
|
|
|
CONFLICTS= mochiweb-[0-9]*
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= basho
|
|
GH_TAGNAME= 4d38821 # required
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|