freebsd-ports/comms/rubygem-callsign/Makefile

20 lines
471 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
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>