freebsd-ports/comms/rubygem-callsign/Makefile

21 lines
430 B
Makefile

# 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:devel/rubygem-hashie \
rubygem-json>=0:devel/rubygem-json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>