2010-06-25 09:32:02 +02:00
|
|
|
# New ports collection makefile for: py-iterpipes
|
|
|
|
# Date created: 2010-06-18
|
|
|
|
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iterpipes
|
|
|
|
PORTVERSION= 0.4
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2010-06-25 09:32:02 +02:00
|
|
|
COMMENT= A library for running shell pipelines using shell-like syntax
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|