Makefile 333 B

123456789101112131415161718
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= inifile
  4. PORTVERSION= 3.0.0
  5. CATEGORIES= textproc rubygems
  6. MASTER_SITES= RG
  7. MAINTAINER= douglas@douglasthrift.net
  8. COMMENT= Native Ruby package for reading and writing INI files
  9. LICENSE= MIT
  10. NO_ARCH= yes
  11. USE_RUBY= yes
  12. USES= gem
  13. .include <bsd.port.mk>