openbsd-ports/textproc/ruby-nokogiri/Makefile
jeremy 006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00

28 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/10/26 21:42:14 jeremy Exp $
COMMENT= HTML, XML, SAX and Reader parser
VERSION= 1.3.2
DISTNAME= nokogiri-${VERSION}
PKGNAME= ruby-${DISTNAME}
REVISION = 2
CATEGORIES= textproc
HOMEPAGE= http://nokogiri.rubyforge.org/nokogiri
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= xml2 exslt.>=9 xslt.>=3
LIB_DEPENDS= ::textproc/libxslt
BUILD_DEPENDS= ::devel/ruby-rake
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem ext
.include <bsd.port.mk>