freebsd-ports/devel/py-ansistyle/Makefile

23 lines
475 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: py-ansistyle
# Date created: Nov 2, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ansistyle
PORTVERSION= 0.2.1
CATEGORIES= devel python
2004-04-10 19:26:55 +02:00
MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/ansistyle/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ANSIStyle-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Add ANSI color capability to output streams
USE_PYTHON= yes
2002-04-29 16:01:09 +02:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>