Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= sh |
4 |
PORTVERSION= 1.11 |
5 |
CATEGORIES= devel python |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
|
8 |
MAINTAINER= che@bein.link |
9 |
COMMENT= Python library to execute shell commands |
10 |
|
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
13 |
|
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= amoffat |
16 |
GH_COMMIT= c361f94 |
17 |
GH_TAGNAME= ${PORTVERSION} |
18 |
|
19 |
USES= python |
20 |
USE_PYTHON= autoplist distutils |
21 |
|
22 |
.include <bsd.port.mk> |