d32b42a78c
PR: based on ports/84129 Submitted by: leeym Approved by: maintainer timeout
23 lines
490 B
Makefile
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>
|