freebsd-ports/devel/py-iterpipes/Makefile
Sofian Brabez d7c5457ddf Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by:	jadawin@ (mentor)
2011-03-18 10:04:54 +00:00

20 lines
427 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= sbz@FreeBSD.org
COMMENT= A library for running shell pipelines using shell-like syntax
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>