freebsd-ports/security/rubygem-metasploit_data_models/Makefile

35 lines
989 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= metasploit_data_models
2018-02-04 09:08:26 +01:00
PORTVERSION= 2.0.16
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Database layer for Metasploit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
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 \
rubygem-arel-helpers>=0:databases/rubygem-arel-helpers \
2016-05-15 09:23:53 +02:00
rubygem-postgres_ext>=0:databases/rubygem-postgres_ext \
rubygem-pg0>=0:databases/rubygem-pg0
2015-11-15 04:04:44 +01:00
NO_ARCH= yes
USE_RUBY= yes
USES= gem
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
.include <bsd.port.mk>