1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/comms/rubygem-callsign/Makefile

22 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>