openbsd-ports/devel/ruby-activesupport/Makefile
jcs ae68455092 update ruby on rails and its support modules to 2.1.1
works around a dos vulnerability in rexml

similar diff from Jeremy Evans <openbsd at jeremyevans.net>

update run_depends so forward updates work properly

ok bernd@
2008-09-26 14:46:43 +00:00

24 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.13 2008/09/26 14:46:43 jcs Exp $
COMMENT= utility classes and extensions for rails framework
DISTNAME= activesupport-2.1.1
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:=activesupport/}
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>