openbsd-ports/textproc/ruby-randexp/Makefile

24 lines
481 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.5 2010/11/20 19:56:52 espie Exp $
COMMENT = generate random strings from most regular expressions
DISTNAME = randexp-0.1.4
REVISION = 1
CATEGORIES = textproc
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS = devel/ruby-rcov,${FLAVOR}
MODRUBY_REGRESS = rake rspec
RAKE_REGRESS_TARGET = specs
.include <bsd.port.mk>