2013-06-14 22:40:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= metasploit_data_models
|
2018-02-04 09:08:26 +01:00
|
|
|
PORTVERSION= 2.0.16
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 2
|
2014-09-27 23:17:16 +02:00
|
|
|
PORTEPOCH= 2
|
2013-06-14 22:40:09 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2014-09-27 23:17:16 +02:00
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
2013-06-14 22:40:09 +02:00
|
|
|
COMMENT= Database layer for Metasploit
|
|
|
|
|
2014-05-11 10:24:41 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2014-12-05 12:02:49 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-06-14 22:40:09 +02:00
|
|
|
|
2016-05-15 09:23:53 +02:00
|
|
|
RUN_DEPENDS= rubygem-activerecord4>=4.2.6:databases/rubygem-activerecord4 \
|
|
|
|
rubygem-activesupport4>=4.2.6:devel/rubygem-activesupport4 \
|
|
|
|
rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \
|
|
|
|
rubygem-metasploit-model>=0:security/rubygem-metasploit-model \
|
|
|
|
rubygem-railties4>=4.2.6:www/rubygem-railties4 \
|
|
|
|
rubygem-recog>=2.0:security/rubygem-recog \
|
2016-04-01 16:25:16 +02:00
|
|
|
rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \
|
2016-05-15 09:23:53 +02:00
|
|
|
rubygem-postgres_ext>=0:databases/rubygem-postgres_ext \
|
2018-07-29 17:17:36 +02:00
|
|
|
rubygem-pg0>=0:databases/rubygem-pg0
|
2013-06-14 22:40:09 +02:00
|
|
|
|
2015-11-15 04:04:44 +01:00
|
|
|
NO_ARCH= yes
|
2013-06-14 22:40:09 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2013-06-14 22:40:09 +02:00
|
|
|
PLIST_FILES= bin/mdm_console
|
|
|
|
|
2018-02-04 09:08:26 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} "/pg/s|= 0.20.0|>= 0.20.0|" ${WRKSRC}/metasploit_data_models.gemspec
|
|
|
|
|
2013-06-14 22:40:09 +02:00
|
|
|
.include <bsd.port.mk>
|