openbsd-ports/devel/ruby-systemtimer/Makefile
jeremy 006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00

21 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/10/26 21:42:14 jeremy Exp $
COMMENT= a ruby timer based on SIGALRM
DISTNAME= SystemTimer-1.1.1
PKGNAME= ruby-${DISTNAME:L}
REVISION= 1
CATEGORIES= devel
# ruby or gpl
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>