6288d53a25
from pkgsrc-wip, packaged by Kamel Derouiche (required for PR pkg/42561). ezPyCrypto is the culmination of my search for an approachable yet powerful crypto library for Python.
21 lines
559 B
Makefile
21 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/07 12:36:38 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ezPyCrypto-0.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://freenet.mcnabhosting.com/ezPyCrypto/
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://freenet.mcnabhosting.com/ezPyCrypto/
|
|
COMMENT= Easy Python API for strong encryption
|
|
#LICENSE= gnu-gpl-v?
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
EGG_NAME= ${DISTNAME:R}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|