Makefile 487 B

1234567891011121314151617181920212223
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= unidecode
  4. PORTVERSION= 1.0.23
  5. PORTREVISION= 1
  6. CATEGORIES= converters python
  7. MASTER_SITES= CHEESESHOP
  8. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  9. DISTNAME= Unidecode-${PORTVERSION}
  10. MAINTAINER= douglas@douglasthrift.net
  11. COMMENT= ASCII transliterations of Unicode text
  12. LICENSE= GPLv2+
  13. LICENSE_FILE= ${WRKSRC}/LICENSE
  14. USES= python
  15. USE_PYTHON= distutils autoplist concurrent
  16. NO_ARCH= yes
  17. .include <bsd.port.mk>