23 lines
373 B
Makefile
23 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:27 espie Exp $
|
|
|
|
COMMENT= small RSpec clone
|
|
|
|
DISTNAME= bacon-1.1.0
|
|
REVISION = 5
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://chneukirchen.org/repos/bacon/README
|
|
|
|
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
MODRUBY_TEST= rake
|
|
|
|
.include <bsd.port.mk>
|