summaryrefslogtreecommitdiff
path: root/sysutils/py-upt-freebsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-upt-freebsd/Makefile')
-rw-r--r--sysutils/py-upt-freebsd/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/py-upt-freebsd/Makefile b/sysutils/py-upt-freebsd/Makefile
deleted file mode 100644
index f9090b10a0cd..000000000000
--- a/sysutils/py-upt-freebsd/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= upt-freebsd
-DISTVERSION= 0.3
-PORTREVISION= 1
-CATEGORIES= sysutils ports-mgmt python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= tipecaml@gmail.com
-COMMENT= FreeBSD backend for upt
-WWW= https://framagit.org/upt/upt-freebsd
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired sysutils/py-upt
-EXPIRATION_DATE=2025-06-01
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}upt>=0.4:sysutils/py-upt@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-TEST_ENV= PORTSDIR="/nonexistent"
-
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest -v
-
-.include <bsd.port.mk>