freebsd-ports/devel/p5-Term-ANSIColor/Makefile
Dmitry Sivachenko bd55e4c81f Update to version 1.08.
PR:		73809
Submitted by:	maintainer
2004-11-11 11:21:29 +00:00

23 lines
490 B
Makefile

# New ports collection makefile for: ANSIColor
# Date created: 1 December 1999
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= Term-ANSIColor
PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
DISTNAME= ANSIColor-${PORTVERSION}
MAINTAINER= dsh@vlink.ru
COMMENT= Color screen output using ANSI escape sequences
PERL_CONFIGURE= YES
MAN3= Term::ANSIColor.3
.include <bsd.port.mk>