mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
20 lines
326 B
Makefile
20 lines
326 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phone
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Phone number parsing, validation and formatting
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|