a0b3668460
These do not require a PORTREVISION bump.
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= parse_trans
|
|
PORTVERSION= 2.9.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Parse transform utilities for Erlang
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= uwiger
|
|
|
|
ERL_DOCS= doc/*
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|