15 lines
268 B
Makefile
15 lines
268 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2013/03/11 10:50:30 espie Exp $
|
|
|
|
CATEGORIES ?= devel
|
|
|
|
HOMEPAGE ?= http://rspec.rubyforge.net/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
MODULES ?= lang/ruby
|
|
|
|
CONFIGURE_STYLE ?= ruby gem
|