9663ccc4a7
Changes: http://search.cpan.org/dist/Term-ANSIColor/ChangeLog PR: ports/161479 Submitted by: sunpoet (myself) Approved by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# New ports collection makefile for: ANSIColor
|
|
# Date created: 1 December 1999
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-ANSIColor
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
|
COMMENT= Color screen output using ANSI escape sequences
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::ANSIColor.3
|
|
|
|
.include <bsd.port.mk>
|