18 lines
382 B
Makefile
18 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/16 17:39:00 sebastia Exp $
|
|
|
|
COMMENT = colorize your text in the terminal red
|
|
|
|
DISTNAME = colored-1.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://github.com/defunkt/colored
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT like
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|