3facbb78d0
However, the distfile was rerolled on the rubygems site. No functional change, but it affects the package, so bump. OK landry@
30 lines
572 B
Makefile
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>
|