aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rubygem-callsign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/rubygem-callsign/Makefile')
-rw-r--r--comms/rubygem-callsign/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/rubygem-callsign/Makefile b/comms/rubygem-callsign/Makefile
new file mode 100644
index 000000000000..4c2ee1a0d324
--- /dev/null
+++ b/comms/rubygem-callsign/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-callsign
+# Date created: 31 July 2009
+# Whom: Rick Elrod <codeblock@eighthbit.net>
+#
+# $FreeBSD$
+
+PORTNAME= callsign
+PORTVERSION= 1.0.3
+CATEGORIES= comms rubygems
+MASTER_SITES= RF
+
+MAINTAINER= codeblock@eighthbit.net
+COMMENT= Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>