aboutsummaryrefslogblamecommitdiff
path: root/security/py-ctypescrypto/Makefile
blob: 6491d405542540276c73719de476ee6372b84e75 (plain) (tree)
1
2
3
4
5
6
7
8
9


                               
                    



                                                                          
                                                        



                                 
                      




                                   
PORTNAME=	ctypescrypto
DISTVERSION=	0.5
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	CTypes-based interface for some OpenSSL libcrypto features
WWW=		https://github.com/vbwagner/ctypescrypto

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>