freebsd-ports/devel/py-sarge/Makefile
2016-10-18 21:12:44 +00:00

21 lines
441 B
Makefile

# Created by: Kyle Evans <bsdports@kyle-evans.net>
# $FreeBSD$
PORTNAME= sarge
PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bsdports@kyle-evans.net
COMMENT= Wrapper for subprocess which provides command pipeline functionality
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>