freebsd-ports/textproc/rubygem-nokogiri/Makefile
Sunpoet Po-Chuan Hsieh 4fabf9aea9 - Strip shared library and object file to pet stage-qa:
- Bump PORTREVISION for package change

Reviewed by:	swills
2014-09-04 13:27:44 +00:00

29 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= nokogiri
PORTVERSION= 1.6.3.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML, XML, SAX, and Reader parser
LICENSE= MIT
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_GNOME= libxml2 libxslt
USES= pkgconfig
CONFIGURE_ARGS= --use-system-libraries
PLIST_FILES= bin/nokogiri
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.o
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext/nokogiri/*.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/nokogiri/*.so
.include <bsd.port.mk>