blob: 366e5dbbf84133c17df3245445ba07a21ab5e519 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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}
MAINTAINER= sbrabez@gmail.com
COMMENT= A library for running shell pipelines using shell-like syntax
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|