diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2014-05-19 04:17:52 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2014-05-19 04:17:52 +0000 |
commit | c03a5d56789fa526e6a401796490474cbf7999d0 (patch) | |
tree | a1117f39aa345deadcc7374a211d4a7dcf7f2499 /textproc/rubygem-nokogiri14/Makefile | |
parent | c0810ddacf06218d448a8fdc3696af090b304cff (diff) | |
download | ports-c03a5d56789fa526e6a401796490474cbf7999d0.tar.gz ports-c03a5d56789fa526e6a401796490474cbf7999d0.zip |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri14/Makefile')
-rw-r--r-- | textproc/rubygem-nokogiri14/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/rubygem-nokogiri14/Makefile b/textproc/rubygem-nokogiri14/Makefile new file mode 100644 index 000000000000..e0f7db3d4e28 --- /dev/null +++ b/textproc/rubygem-nokogiri14/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= nokogiri +PORTVERSION= 1.4.0 +PKGNAMESUFFIX= 14 +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 + +# Don't install bin/nokogiri + +.include <bsd.port.mk> |