11b8ec9b21
PKG_ARCH=*
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/10/19 01:21:47 bernd Exp $
|
|
|
|
COMMENT= "eases web-request routing, handling, and response"
|
|
|
|
DISTNAME= actionpack-1.12.5
|
|
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/12313/
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-activesupport-1.3.1:devel/ruby-activesupport
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|