mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
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)
19 lines
370 B
Makefile
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>
|