Makefile 430 B

123456789101112131415161718192021
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= simpleidn
  4. PORTVERSION= 0.1.1
  5. CATEGORIES= dns rubygems
  6. MASTER_SITES= RG
  7. MAINTAINER= douglas@douglasthrift.net
  8. COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa
  9. LICENSE= MIT
  10. LICENSE_FILE= ${WRKSRC}/LICENCE
  11. RUN_DEPENDS= rubygem-unf>=0.1.4:textproc/rubygem-unf
  12. NO_ARCH= yes
  13. USES= gem
  14. USE_RUBY= yes
  15. .include <bsd.port.mk>