Makefile 605 B

123456789101112131415161718192021222324
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= keyczar
  4. PORTVERSION= 0.716
  5. PORTREVISION= 1
  6. CATEGORIES= security python
  7. MASTER_SITES= CHEESESHOP
  8. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  9. DISTNAME= python-${PORTNAME}-${PORTVERSION}
  10. MAINTAINER= douglas@douglasthrift.net
  11. COMMENT= Toolkit for safe and simple cryptography
  12. LICENSE= APACHE20
  13. RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto@${PY_FLAVOR} \
  14. ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
  15. NO_ARCH= yes
  16. USES= python:2.7
  17. USE_PYTHON= autoplist distutils
  18. .include <bsd.port.mk>