Update editors/lazarus-lcl-units to version 1.8.0
[dports.git] / databases / rubygem-globalid-rails50 / Makefile
1 # Created by: Johannes Meixner <johannes@perceivon.net>
2 # $FreeBSD$
3
4 PORTNAME=       globalid
5 PORTVERSION=    0.4.1
6 CATEGORIES=     databases rubygems
7 MASTER_SITES=   RG
8 PKGNAMESUFFIX=  -rails50
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        URIs for your models makes it easy to pass references around
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE
15
16 RUN_DEPENDS=    rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50
17
18 NO_ARCH=        yes
19 USE_RUBY=       yes
20 USES=           gem
21
22 .include <bsd.port.mk>