0987c64ceb
PR: ports/100275 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (dsh_AT_vlink dot ru)
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.11
|
|
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>
|