ae68455092
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@
27 lines
547 B
Makefile
27 lines
547 B
Makefile
# $OpenBSD: Makefile,v 1.16 2008/09/26 14:46:43 jcs Exp $
|
|
|
|
COMMENT= object relation model implementation for ruby
|
|
|
|
DISTNAME= activerecord-2.1.1
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= databases
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=activerecord/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-activesupport->=2.1.1:devel/ruby-activesupport
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|