openbsd-ports/databases/ruby-couch_potato/Makefile
jeremy b1ea7b2bba Remove MASTER_SITE_GEMCUTTER
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"
2010-09-28 21:40:12 +00:00

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>