Import security/py-yara version 3.4.0
[dports.git] / databases / rubygem-globalid / Makefile
1 # Created by: Johannes Meixner <xmj@chaot.net>
2 # $FreeBSD$
3
4 PORTNAME=       globalid
5 PORTVERSION=    0.3.5
6 CATEGORIES=     databases rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        URIs for your models makes it easy to pass references around
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-activesupport4>=4.1.0:${PORTSDIR}/devel/rubygem-activesupport4
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USE_RUBYGEMS=   yes
19 RUBYGEM_AUTOPLIST=      yes
20
21 .include <bsd.port.mk>