Update comms/geoid to version 1.0_7
[dports.git] / comms / rubygem-callsign / Makefile
1 # Created by: Rick Elrod <codeblock@eighthbit.net>
2 # $FreeBSD$
3
4 PORTNAME=       callsign
5 PORTVERSION=    2.2.0
6 CATEGORIES=     comms rubygems hamradio
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie \
15                 rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
16
17 USE_RUBY=       yes
18 USE_RUBYGEMS=   yes
19 RUBYGEM_AUTOPLIST=      yes
20
21 .include <bsd.port.mk>