4f9664ab00
OK landry@
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.25 2011/01/06 04:24:22 jeremy Exp $
|
|
|
|
COMMENT = utility classes and extensions for rails framework
|
|
|
|
DISTNAME = activesupport-3.0.3
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
RUN_DEPENDS = ${MODRUBY_ICONV_DEPENDS}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|