freebsd-ports/security/rubygem-metasploit-concern/Makefile

25 lines
466 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= metasploit-concern
2015-05-23 18:32:23 +02:00
PORTVERSION= 0.4.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Automatically include Modules from app/concerns
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport>=3.0.0:devel/rubygem-activesupport \
rubygem-railties>=3.0.0:www/rubygem-railties
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
PORTSCOUT= ignore:1
.include <bsd.port.mk>