blob: 74c29f50b0235ca4077de6770f8372d1c447c4b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: David Shane Holden <dpejesh@yahoo.com>
PORTNAME= parallax
PORTVERSION= 1.0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Python API for SSH
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|