openbsd-ports/devel/ruby-needle/Makefile

24 lines
449 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2008/06/14 23:46:38 landry Exp $
COMMENT= dependency-injection/inversion-of-control container for Ruby
DISTNAME= needle-1.3.0
PKGNAME= ruby-${DISTNAME}p0
CATEGORIES= devel
# bsd/ruby
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
2007-06-01 12:17:55 -04:00
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=needle/}
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>