Files
ports/security/py-pyelliptic/Makefile
T
Po-Chuan Hsieh aafe9a2135 security/py-pyopenssl: Move security/py-openssl to security/py-pyopenssl
- Update WWW
- Convert to USE_PYTHON=pep517
- Clean up Makefile
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
2025-11-12 04:42:27 +08:00

24 lines
488 B
Makefile

PORTNAME= pyelliptic
PORTVERSION= 2.0.1
PORTREVISION= 2
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python OpenSSL wrapper
WWW= https://github.com/radfish/pyelliptic
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyopenssl>=0:security/py-pyopenssl@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= radfish
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>