32 lines
762 B
Makefile
32 lines
762 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nokogiri
|
|
PORTVERSION= 1.10.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= HTML, XML, SAX, and Reader parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error
|
|
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
|
|
|
|
USES= gem gnome pkgconfig gettext-runtime
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_RUBY= yes
|
|
|
|
CONFIGURE_ARGS= --use-system-libraries
|
|
|
|
PLIST_FILES= bin/nokogiri
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD}
|
|
${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/
|
|
|
|
.include <bsd.port.mk>
|