10e4f014c2
Sorts an array in column order, this is needed for the ruby-typo dep-tree. Okay bernd@.
32 lines
606 B
Makefile
32 lines
606 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/27 19:21:50 pirofti Exp $
|
|
|
|
COMMENT = sorts an array in column order
|
|
|
|
VERSION = 0.2
|
|
DISTNAME = columnize-${VERSION}
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=rocky-hacks/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-rake
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
|
|
|
|
.include <bsd.port.mk>
|