2012-09-23 12:57:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2012/09/23 16:57:34 jeremy Exp $
|
2010-12-20 13:09:01 -05:00
|
|
|
|
|
|
|
COMMENT = simple subset sum problem solver for ruby
|
|
|
|
|
|
|
|
DISTNAME = subset_sum-1.0.1
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 2
|
2010-12-20 13:09:01 -05:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://subset-sum.rubyforge.org/
|
|
|
|
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
|
|
|
|
# MIT License
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
MODRUBY_REGRESS = rspec
|
2011-11-17 11:08:00 -05:00
|
|
|
MODRUBY_REGRESS_TARGET = spec/*_spec.rb
|
2010-12-20 13:09:01 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|