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











                                                                          
                           




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

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	CTypes-based interface for some OpenSSL libcrypto features

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>