2009-10-12 14:26:01 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2009/10/12 14:26:01 pirofti Exp $
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
COMMENT = eases web-request routing, handling, and response
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
DISTNAME = actionpack-2.3.4
|
|
|
|
PKGNAME = ruby-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
2006-06-11 20:04:37 +00:00
|
|
|
|
|
|
|
# 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
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=actionpack/}
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
MODULES = lang/ruby
|
2006-06-11 20:04:37 +00:00
|
|
|
|
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
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2006-06-11 20:04:37 +00:00
|
|
|
|
2009-10-12 14:26:01 +00:00
|
|
|
PKG_ARCH = *
|
2006-10-19 01:21:47 +00:00
|
|
|
|
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
|
|
|
|
|
2006-06-11 20:04:37 +00:00
|
|
|
.include <bsd.port.mk>
|