72b94cbbfe
A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.
31 lines
614 B
Makefile
31 lines
614 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/31 18:20:26 bernd Exp $
|
|
|
|
COMMENT = tasks for documentation, extension compiling, testing
|
|
|
|
DISTNAME = echoe-3.0.2
|
|
PKGNAME = ruby-${DISTNAME}
|
|
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
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=fauna/}
|
|
|
|
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>
|