freebsd-ports/comms/rubygem-callsign/Makefile
Sunpoet Po-Chuan Hsieh 5ac239bf2c - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:00 +00:00

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