Makefile 326 B

12345678910111213141516171819
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= phone
  4. PORTVERSION= 1.2.3
  5. CATEGORIES= textproc rubygems
  6. MASTER_SITES= RG
  7. MAINTAINER= douglas@douglasthrift.net
  8. COMMENT= Phone number parsing, validation and formatting
  9. LICENSE= MIT
  10. NO_ARCH= yes
  11. USE_RUBY= yes
  12. USES= gem
  13. .include <bsd.port.mk>