mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
683d950d9f
- While I'm here: - Remove LICENSE_FILE for well-known licenses - Support STAGEDIR Changes: https://github.com/carr/phone/blob/master/ChangeLog.md PR: ports/183881 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
19 lines
342 B
Makefile
19 lines
342 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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|