37893c2bae
A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out.
26 lines
513 B
Makefile
26 lines
513 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mochiweb
|
|
PORTVERSION= 2.12.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang library for building lightweight HTTP servers
|
|
|
|
LICENSE= MIT
|
|
|
|
CONFLICTS= mochiweb-basho-[0-9]*
|
|
|
|
USES= cpe erlang:rebar
|
|
CPE_VENDOR= mochiweb_project
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mochi
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|