ports/devel/py-parallax/Makefile
Craig Leres d63cba0578 devel/py-parallax: Remove useless GH_TAG and redundent GH_PROJECT
GH_TAG doesn't do anything, remove it.

GH_PROJECT already defaults to PORTNAME, remove it.

PR:		282498
Approved by:	egypcio (maintainer timeout, 2 months)
2025-01-15 12:34:02 -08:00

19 lines
370 B
Makefile

PORTNAME= parallax
PORTVERSION= 1.0.8
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Python API for SSH
WWW= https://github.com/krig/parallax
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= krig
.include <bsd.port.mk>