| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/rubygem-nokogiri111/ |
Upload File : |
PORTNAME= nokogiri
PORTVERSION= 1.11.7
PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 111
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML, XML, SAX, and Reader parser
WWW= https://nokogiri.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \
rubygem-racc>=1.4<2:devel/rubygem-racc
USES= cpe gem gnome pkgconfig gettext-runtime
USE_GNOME= libxml2 libxslt
USE_RUBY= yes
CONFIGURE_ARGS= --use-system-libraries
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/nokogiri
${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD}
${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/
PORTSCOUT= limit:^1\.11\.
.include <bsd.port.mk>