3ff7aeae0f
Notified by: kris
29 lines
683 B
Makefile
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>
|