20 lines
432 B
Makefile
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>
|