openbsd-ports/devel/ruby-term-ansicolor/Makefile

22 lines
417 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.7 2011/09/16 09:24:58 espie Exp $
COMMENT = color strings using ANSI escape sequences
DISTNAME = term-ansicolor-1.0.4
2011-09-16 05:24:48 -04:00
REVISION = 4
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
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>