diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-08 09:25:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-08 09:25:23 +0000 |
commit | fc2b52ebfb412827a9fa803db9aae8ac92b2bc91 (patch) | |
tree | 7347d54c8a316d3246a7c97aacce87f096314ce3 | |
parent | - Update to 0.022 (diff) |
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=347467
-rw-r--r-- | security/py-m2crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 0a706e142215..31dfff86edc2 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -11,6 +11,8 @@ DISTNAME= M2Crypto-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python +LICENSE= MIT + BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 PYDISTUTILS_AUTOPLIST= yes |