2011-11-17 11:08:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2011/11/17 16:08:00 jeremy Exp $
|
2010-12-20 13:09:01 -05:00
|
|
|
|
|
|
|
COMMENT = simple subset sum problem solver for ruby
|
|
|
|
|
|
|
|
DISTNAME = subset_sum-1.0.1
|
2011-11-08 19:17:37 -05:00
|
|
|
REVISION = 1
|
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>
|