mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6ca6b0674b
- Transfer maintainer to submitter PR: ports/82581 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
26 lines
562 B
Makefile
26 lines
562 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
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|