mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Introduce USE_PYTHON=cryptography{,_build,_test} - Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test} - Remove Mk/Uses/pycryptography.mk PR: 273727 Approved by: tcberner (portmgr) Exp-run by: antoine
22 lines
548 B
Makefile
22 lines
548 B
Makefile
PORTNAME= letsdns
|
|
DISTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= Manage DANE TLSA records in DNS servers
|
|
WWW= https://letsdns.org/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= LetsDNS
|
|
USE_PYTHON= autoplist cryptography pep517
|
|
|
|
.include <bsd.port.mk>
|