mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
8939b67c98
WWW: http://pypi.python.org/pypi/iterpipes PR: ports/147976 Submitted by: Sofian Brabez <sbrabez at gmail.com> Feature safe: yes
21 lines
429 B
Makefile
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>
|