27 lines
546 B
Makefile
27 lines
546 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= neotoma
|
|
PORTVERSION= 1.7.4
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang library and packrat parser-generator
|
|
|
|
LICENSE= MIT
|
|
|
|
SUB_FILES+= ${PORTNAME}
|
|
SUB_LIST+= PORTNAME=${PORTNAME} \
|
|
PORTVERSION=${PORTVERSION}
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= seancribbs
|
|
|
|
REBAR_TARGETS= compile escriptize
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${ERL_APP_ROOT}
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|