ab7ce99e65
OK ajacoutot@
28 lines
657 B
Makefile
28 lines
657 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/03/18 23:05:44 jeremy Exp $
|
|
|
|
COMMENT = fast Date/DateTime classes for ruby
|
|
|
|
DISTNAME = home_run-1.0.2
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= http://github.com/jeremyevans/home_run
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
REGRESS_DEPENDS = devel/ruby-mspec,${MODRUBY_FLAVOR} \
|
|
${FULLPKGNAME}:${BUILD_PKGPATH}
|
|
MODRUBY_REGRESS = rake
|
|
do-regress:
|
|
cd ${WRKSRC} && RUBY=${RUBY} RUBYLIB=$$(dirname `${GEM} which date_ext`) ${RAKE}
|
|
|
|
.include <bsd.port.mk>
|