95f6d66bd5
Library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. ok jeremy@
22 lines
408 B
Makefile
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>
|