jeremy d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00

37 lines
862 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/09/23 22:30:28 jeremy Exp $
COMMENT = powerful webserver security scanner for network
DISTNAME = arirang-1.95
REVISION = 0
CATEGORIES = security
MASTER_SITES = http://monkey.org/~pilot/arirang/ \
${MASTER_SITE_PACKETSTORM:=UNIX/cgi-scanners/}
HOMEPAGE = http://www.monkey.org/~pilot
MAINTAINER = Jung <moorang@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE = extconf
MODULES = lang/ruby
WANTLIB = c crypto ssl
LIB_DEPENDS = ${MODRUBY_LIB_DEPENDS}
NO_REGRESS = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/arirang
${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${PREFIX}/share/arirang
${INSTALL_DATA} ${WRKSRC}/script/*.rb ${PREFIX}/share/arirang
.include <bsd.port.mk>