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