diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-09 23:05:56 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-09 23:05:56 +0000 |
commit | 5b8439f0d840800cef3dc7365778e06cd5cbc46b (patch) | |
tree | c26c382bb428815e3cf1cd29df227bc1012e22b8 /textproc/rubygem-phone/Makefile | |
parent | cd6afcaff28091e4ddcb2c5731c6ce991e507bff (diff) | |
download | ports-5b8439f0d840800cef3dc7365778e06cd5cbc46b.tar.gz ports-5b8439f0d840800cef3dc7365778e06cd5cbc46b.zip |
Notes
Diffstat (limited to 'textproc/rubygem-phone/Makefile')
-rw-r--r-- | textproc/rubygem-phone/Makefile | 19 |
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> |