35 lines
801 B
Makefile
Raw Normal View History

2009-10-12 14:26:01 +00:00
# $OpenBSD: Makefile,v 1.21 2009/10/12 14:26:01 pirofti Exp $
2009-10-12 14:26:01 +00:00
COMMENT = eases web-request routing, handling, and response
2009-10-12 14:26:01 +00:00
DISTNAME = actionpack-2.3.4
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel
# MIT License
2009-10-12 14:26:01 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 14:26:01 +00:00
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=actionpack/}
2009-10-12 14:26:01 +00:00
MODULES = lang/ruby
2009-10-12 14:26:01 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-activesupport->=2.3.4:devel/ruby-activesupport \
2009-08-20 22:57:03 +00:00
:ruby-rack->=1.0.0:www/ruby-rack
2009-10-12 14:26:01 +00:00
CONFIGURE_STYLE = ruby gem
2009-10-12 14:26:01 +00:00
PKG_ARCH = *
2009-04-04 10:18:42 +00:00
post-extract:
@find ${WRKSRC} -name '*~' | xargs -r rm -f
2009-10-12 14:26:01 +00:00
REGRESS_DEPENDS = :ruby-mocha->=0.9.7:devel/ruby-mocha \
:ruby-activerecord-*:databases/ruby-activerecord
MODRUBY_REGRESS = rake
.include <bsd.port.mk>