freebsd-ports/devel/py-sh/Makefile
Kubilay Kocak 560cf19e75 [NEW] devel/py-sh: Python subprocess interface
sh (previously pbs) is a full-fledged subprocess replacement for Python
2.6 - 3.4 that allows you to call any program as if it were a function.

WWW: https://github.com/amoffat/sh

PR:		197086
Submitted by:	Maxim Filimonov <che bein.link>
2015-01-27 06:13:30 +00:00

18 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= sh
PORTVERSION= 1.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= che@bein.link
COMMENT= Python subprocess interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>