ac78ad4e83
for consistency with the gem/extconf ports. Update non-gem/extconf ports that relied on the previous default of ruby 1.8 to explicitly specify it. OK ajacoutot@
36 lines
848 B
Makefile
36 lines
848 B
Makefile
# $OpenBSD: Makefile,v 1.27 2013/03/20 19:13:50 jeremy Exp $
|
|
|
|
COMMENT = powerful webserver security scanner for network
|
|
|
|
DISTNAME = arirang-2.02
|
|
PKGNAME = ruby-${DISTNAME}
|
|
REVISION= 1
|
|
CATEGORIES = security
|
|
|
|
MASTER_SITES = http://monkey.org/~pilot/arirang/ \
|
|
${MASTER_SITE_PACKETSTORM:=UNIX/cgi-scanners/}
|
|
|
|
HOMEPAGE = http://www.monkey.org/~pilot
|
|
|
|
MAINTAINER = Jung Lee <openwall77@gmail.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODRUBY_HANDLE_FLAVORS = No
|
|
MODRUBY_REV = 1.8
|
|
CONFIGURE_STYLE = ruby extconf
|
|
|
|
MODULES = lang/ruby
|
|
WANTLIB = crypto ssl
|
|
MODRUBY_WANTLIB_m = No
|
|
NO_TEST = 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>
|