openbsd-ports/devel/ruby-activesupport/Makefile

26 lines
518 B
Makefile
Raw Normal View History

2009-10-12 09:59:36 -04:00
# $OpenBSD: Makefile,v 1.19 2009/10/12 13:59:36 pirofti Exp $
2009-10-12 09:59:36 -04:00
COMMENT = utility classes and extensions for rails framework
2009-10-12 09:59:36 -04:00
DISTNAME = activesupport-2.3.4
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel
# MIT License
2009-10-12 09:59:36 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 09:59:36 -04:00
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=activesupport/}
2009-10-12 09:59:36 -04:00
MODULES = lang/ruby
2009-10-12 09:59:36 -04:00
RUN_DEPENDS = ${MODRUBY_RUN_DEPENDS},-iconv
2009-10-12 09:59:36 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-12 09:59:36 -04:00
PKG_ARCH = *
.include <bsd.port.mk>