mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
21 lines
408 B
Makefile
21 lines
408 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
|
|
GH_PROJECT= parallax
|
|
GH_TAG= 6713276
|
|
|
|
.include <bsd.port.mk>
|