Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to CFLAGS or CXXFLAGS. Bump ports where the default version change causes a package change. OK kmos@
32 lines
801 B
Makefile
32 lines
801 B
Makefile
# $OpenBSD: Makefile,v 1.41 2021/09/02 14:59:45 jeremy Exp $
|
|
|
|
COMMENT = powerful webserver security scanner for network
|
|
|
|
DISTNAME = arirang-2.03
|
|
CATEGORIES = security
|
|
REVISION = 8
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
MASTER_SITES = http://monkey.org/~pilot/arirang/ \
|
|
${MASTER_SITE_PACKETSTORM:=UNIX/cgi-scanners/}
|
|
|
|
HOMEPAGE = http://www.monkey.org/~pilot
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_SCRIPT = ${SETENV} ${MAKE_ENV} ${RUBY} extconf.rb
|
|
|
|
MODULES = lang/ruby
|
|
WANTLIB = crypto ssl ${MODRUBY_WANTLIB}
|
|
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>
|