715cb5325d
Utility classes and extensions to the standard library that were required by Rails, but found of general use. from msf
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/11 19:59:48 sturm Exp $
|
|
|
|
COMMENT= "utility classes and extensions for rails framework"
|
|
|
|
DISTNAME= activesupport-1.3.1
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/9562/
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|