freebsd-ports/comms/rubygem-callsign/Makefile
Sunpoet Po-Chuan Hsieh a0f83368b3 Cosmetic change
2020-08-23 19:41:33 +00:00

22 lines
431 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>