b1ea7b2bba
Gemcutter was replaced with rubygems.org, so remove the MASTER_SITES from the Makefiles and let MASTER_SITE_RUBYGEMS in ruby.port.mk handles things. OK sthen@ "if the checksums still match"
30 lines
643 B
Makefile
30 lines
643 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/09/28 21:40:12 jeremy Exp $
|
|
|
|
COMMENT = CouchDB persistence layer written in Ruby
|
|
|
|
VERSION = 0.2.12
|
|
DISTNAME = couch_potato-${VERSION}
|
|
PKGNAME = ruby-couch_potato-${VERSION}
|
|
REVISION = 0
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://github.com/langalex/couch_potato/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = ::devel/ruby-activesupport \
|
|
::databases/ruby-couchrest \
|
|
::databases/ruby-validatable
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|