openbsd-ports/devel/ruby-echoe/Makefile
jeremy 3facbb78d0 Remove MASTER_SITES so that it uses the default rubygems site.
However, the distfile was rerolled on the rubygems site.  No
functional change, but it affects the package, so bump.

OK landry@
2010-09-28 21:09:00 +00:00

30 lines
572 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/09/28 21:09:00 jeremy Exp $
COMMENT = tasks for documentation, extension compiling, testing
DISTNAME = echoe-3.2
PKGNAME = ruby-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://github.com/fauna
# AFL v3.0
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-rake \
::devel/ruby-rubyforge \
::devel/ruby-highline
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
.include <bsd.port.mk>