freebsd-ports/comms/rubygem-callsign/Makefile
2021-04-06 16:31:07 +02:00

21 lines
419 B
Makefile

# Created by: Rick Elrod <codeblock@eighthbit.net>
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>