e6b234b3b5
-- Term::ScreenColor adds ANSI coloring support, along with a few other useful methods, to the objects provided in Term::Screen. WWW: http://p-f-m.sourceforge.net/ brad@ ok
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/27 23:55:05 margarida Exp $
|
|
|
|
COMMENT= "screen positioning and coloring module"
|
|
|
|
DISTNAME= Term-ScreenColor-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
HOMEPAGE= http://p-f-m.sourceforge.net/
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p-f-m/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|