1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Phone is a Ruby library for phone number parsing, validation and formatting.

WWW: http://github.com/carr/phone

PR:		ports/177528
Submitted by:	douglas@douglasthrift.net
This commit is contained in:
Jason Helfman 2013-05-09 23:05:56 +00:00
parent cd6afcaff2
commit 5b8439f0d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317755
4 changed files with 25 additions and 0 deletions

View File

@ -1308,6 +1308,7 @@
SUBDIR += rubygem-multi_xml
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-opml
SUBDIR += rubygem-phone
SUBDIR += rubygem-rak
SUBDIR += rubygem-rchardet
SUBDIR += rubygem-rdiscount

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/phone-1.1.gem) = 3c3d9096f953ea43f9b9a5ebbf50f4a897a0f040062f0bc3b8171e106dea23c2
SIZE (rubygem/phone-1.1.gem) = 26624

View File

@ -0,0 +1,3 @@
Phone is a Ruby library for phone number parsing, validation and formatting.
WWW: http://github.com/carr/phone