freebsd-ports/devel/py-sarge/Makefile
2021-04-06 16:31:07 +02:00

20 lines
432 B
Makefile

# Created by: Kyle Evans <kevans@FreeBSD.org>
PORTNAME= sarge
PORTVERSION= 0.1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mattias.lindvall@gmail.com
COMMENT= Wrapper for subprocess which provides command pipeline functionality
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>