blob: f69a1b8e3cdf58f536b63d3e75814083cfaa181e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/ansistyle/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ANSIStyle-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Add ANSI color capability to output streams
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|