ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
31 lines
889 B
Makefile
31 lines
889 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= metasploit_data_models
|
|
PORTVERSION= 3.0.10
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Database layer for Metasploit
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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 \
|
|
rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \
|
|
rubygem-postgres_ext>=0:databases/rubygem-postgres_ext \
|
|
rubygem-pg0>=0:databases/rubygem-pg0
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/mdm_console
|
|
|
|
.include <bsd.port.mk>
|