mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cf118ccf87
Reported by: lwhsu
29 lines
533 B
Makefile
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>
|