1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/py-iterpipes/Makefile
Philippe Audeoud 8939b67c98 A library for running shell pipelines using shell-like syntax
WWW:	http://pypi.python.org/pypi/iterpipes

PR:		ports/147976
Submitted by:	Sofian Brabez <sbrabez at gmail.com>
Feature safe:	yes
2010-06-25 07:32:02 +00:00

21 lines
429 B
Makefile

# 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>