2009-08-13 17:03:31 +02:00
|
|
|
# Ports collection makefile for: rubygem-callsign
|
|
|
|
# Date created: 31 July 2009
|
|
|
|
# Whom: Rick Elrod <codeblock@eighthbit.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= callsign
|
2012-08-21 18:22:15 +02:00
|
|
|
PORTVERSION= 2.2.0
|
2009-08-14 12:45:48 +02:00
|
|
|
CATEGORIES= comms rubygems hamradio
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2009-08-13 17:03:31 +02:00
|
|
|
|
2011-12-20 06:37:49 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-08-13 17:03:31 +02:00
|
|
|
COMMENT= Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup
|
|
|
|
|
2012-08-21 18:22:15 +02:00
|
|
|
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
|
|
|
|
rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie
|
2012-02-08 03:04:36 +01:00
|
|
|
|
2009-08-13 17:03:31 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|