freebsd-ports/devel/p5-Term-ANSIColor/Makefile
Yen-Ming Lee d32b42a78c - update to 1.10
PR:		based on ports/84129
Submitted by:	leeym
Approved by:	maintainer timeout
2005-08-30 01:02:04 +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.10
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>