openbsd-ports/devel/ruby-term-ansicolor/Makefile
msf 115b8d910a initial import of term-ansicolor-1.0.4
Small Ruby library that colors strings using ANSI escape sequences.

ok bernd@
2009-08-19 06:59:57 +00:00

26 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/08/19 06:59:57 msf Exp $
COMMENT = color strings using ANSI escape sequences
DISTNAME = term-ansicolor-1.0.4
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://term-ansicolor.rubyforge.org/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=term-ansicolor/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
.include <bsd.port.mk>