freebsd-ports/devel/py-ansistyle/Makefile
Marcus Alves Grando 3ff7aeae0f Mark as BROKEN too.
Notified by:	kris
2005-10-29 20:49:12 +00:00

29 lines
683 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-ansistyle
# Date created: Nov 2, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ansistyle
PORTVERSION= 0.6.1
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/ansistyle/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
MAINTAINER= whitekid@gmail.com
COMMENT= Add ANSI color capability to output streams
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core
DEPRECATED= this ports was deprecated. please use devel/py-ll-core
BROKEN= "${DEPRECATED}"
EXPIRATION_DATE= 2005-12-29
USE_PYTHON= 2.4+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>