1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/erlang-fast_xml/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
533 B
Makefile

PORTNAME= fast_xml
PORTVERSION= 1.1.32
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang XML parsing and manipulation library
LICENSE= APACHE20
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= processone
ERL_BUILD_DEPS= textproc/erlang-p1_utils
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -l expat
OPTIONS_DEFINE= DOCS
pre-install:
${STRIP_CMD} ${WRKSRC}/priv/lib/*.so
.include <bsd.port.mk>