freebsd-ports/textproc/rubygem-nokogiri/Makefile

30 lines
637 B
Makefile
Raw Normal View History

# $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
2010-09-22 05:25:19 +02:00
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_GNOME= libxml2 libxslt
USES= pkgconfig
CONFIGURE_ARGS= --use-system-libraries
2009-06-08 02:22:53 +02:00
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>