mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
99ad49927d
- it's broken, missing depends - it doesn't work with metasploit 4.9.3 in the tree Pointy hat: committer and maintainer
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= metasploit_data_models
|
|
PORTVERSION= 0.17.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tanawts@gmail.com
|
|
COMMENT= Database layer for Metasploit
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \
|
|
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
PLIST_FILES= bin/mdm_console
|
|
|
|
.include <bsd.port.mk>
|