aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-phone/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-09 23:05:56 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-09 23:05:56 +0000
commit5b8439f0d840800cef3dc7365778e06cd5cbc46b (patch)
treec26c382bb428815e3cf1cd29df227bc1012e22b8 /textproc/rubygem-phone/Makefile
parentcd6afcaff28091e4ddcb2c5731c6ce991e507bff (diff)
downloadports-5b8439f0d840800cef3dc7365778e06cd5cbc46b.tar.gz
ports-5b8439f0d840800cef3dc7365778e06cd5cbc46b.zip
Notes
Diffstat (limited to 'textproc/rubygem-phone/Makefile')
-rw-r--r--textproc/rubygem-phone/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-phone/Makefile b/textproc/rubygem-phone/Makefile
new file mode 100644
index 000000000000..38bdadd89bd5
--- /dev/null
+++ b/textproc/rubygem-phone/Makefile
@@ -0,0 +1,19 @@
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
+# $FreeBSD$
+
+PORTNAME= phone
+PORTVERSION= 1.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= douglas@douglasthrift.net
+COMMENT= Phone number parsing, validation and formatting
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>