31 lines
651 B
Makefile
31 lines
651 B
Makefile
# $OpenBSD: Makefile,v 1.20 2009/08/20 22:57:03 bernd Exp $
|
|
|
|
COMMENT= eases web-request routing, handling, and response
|
|
|
|
DISTNAME= actionpack-2.3.3
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=actionpack/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-activesupport->=2.3.3:devel/ruby-activesupport \
|
|
:ruby-rack->=1.0.0:www/ruby-rack
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name '*~' | xargs -r rm -f
|
|
|
|
.include <bsd.port.mk>
|