1999-12-25 16:43:43 +01:00
|
|
|
# New ports collection makefile for: ANSIColor
|
|
|
|
# Date created: 1 December 1999
|
|
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= Term-ANSIColor
|
2006-07-14 09:37:22 +02:00
|
|
|
PORTVERSION= 1.11
|
1999-12-25 16:43:43 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Term
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-08-11 12:30:25 +02:00
|
|
|
DISTNAME= ANSIColor-${PORTVERSION}
|
1999-12-25 16:43:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Color screen output using ANSI escape sequences
|
1999-12-25 16:43:43 +01:00
|
|
|
|
2001-02-25 19:00:44 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1999-12-25 16:43:43 +01:00
|
|
|
|
|
|
|
MAN3= Term::ANSIColor.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|