freebsd-ports/devel/p5-Term-ANSIColor/Makefile

24 lines
490 B
Makefile
Raw Normal View History

# New ports collection makefile for: ANSIColor
# Date created: 1 December 1999
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= Term-ANSIColor
PORTVERSION= 1.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
DISTNAME= ANSIColor-${PORTVERSION}
MAINTAINER= dsh@vlink.ru
2003-02-21 12:23:04 +01:00
COMMENT= Color screen output using ANSI escape sequences
PERL_CONFIGURE= YES
MAN3= Term::ANSIColor.3
.include <bsd.port.mk>