28 lines
539 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/09/28 20:12:19 jeremy Exp $
2009-10-12 15:15:51 +00:00
COMMENT = wraps web resources in model classes
2009-10-12 15:15:51 +00:00
DISTNAME = activeresource-2.3.4
PKGNAME = ruby-${DISTNAME}
REVISION = 0
2009-10-12 15:15:51 +00:00
CATEGORIES = www
# MIT License
2009-10-12 15:15:51 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 15:15:51 +00:00
MODULES = lang/ruby
2009-10-12 15:15:51 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-activesupport->=2.3.4:devel/ruby-activesupport
2009-10-12 15:15:51 +00:00
CONFIGURE_STYLE = ruby gem
PKG_ARCH= *
2009-10-12 15:15:51 +00:00
MODRUBY_REGRESS = rake
.include <bsd.port.mk>