openbsd-ports/devel/ruby-activesupport/Makefile
2006-10-19 01:16:23 +00:00

26 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/10/19 01:16:23 bernd Exp $
COMMENT= "utility classes and extensions for rails framework"
DISTNAME= activesupport-1.3.1
PKGNAME= ruby-${DISTNAME}p1
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
PKG_ARCH= *
.include <bsd.port.mk>