aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rubygem-callsign/Makefile
blob: abe12919de2b4d539931b1f3623959b1861e2b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Rick Elrod <codeblock@eighthbit.net>
# $FreeBSD$

PORTNAME=   callsign
PORTVERSION=    2.2.0
CATEGORIES= comms rubygems hamradio
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup

LICENSE=    MIT

RUN_DEPENDS=    rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie \
        rubygem-json>=0:${PORTSDIR}/devel/rubygem-json

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>