Changeset View
Changeset View
Standalone View
Standalone View
devel/py-gdata/Makefile
| Show All 17 Lines | |||||
| OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO EXAMPLES | OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO EXAMPLES | ||||
| # optional modules (see src/gdata/tlslite/utils/cryptomath.py) | # optional modules (see src/gdata/tlslite/utils/cryptomath.py) | ||||
| GMPY_DESC= Multiprecision arithmetic | GMPY_DESC= Multiprecision arithmetic | ||||
| M2CRYPTO_DESC= Cryptography and SSL toolkit | M2CRYPTO_DESC= Cryptography and SSL toolkit | ||||
| PYCRYPTO_DESC= Cryptography toolkit | PYCRYPTO_DESC= Cryptography toolkit | ||||
| OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} | EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${PORT_OPTIONS:MM2CRYPTO} | .if ${PORT_OPTIONS:MM2CRYPTO} | ||||
| RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.20:${PORTSDIR}/security/py-m2crypto | RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.20:${PORTSDIR}/security/py-m2crypto | ||||
| .endif | .endif | ||||
| .if ${PORT_OPTIONS:MPYCRYPTO} | .if ${PORT_OPTIONS:MPYCRYPTO} | ||||
| Show All 14 Lines | |||||