openbsd-ports/devel/ruby-indentation/Makefile
jasper 95f6d66bd5 import ruby-indentation-0.0.7
Library of extensions to Ruby's Array and String classes that allow
indentation manipulation of Strings and Arrays of Strings.

ok jeremy@
2013-03-08 10:38:41 +00:00

22 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/03/08 10:38:41 jasper Exp $
COMMENT= indentation and manipulation of (Arrays of) Strings
DISTNAME= indentation-0.0.7
CATEGORIES= devel
HOMEPAGE= http://samueldana.github.com/indentation/
# MIT
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>