2008-08-15 18:06:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2008/08/15 16:07:16 taca Exp $
|
2008-04-04 17:20:13 +02:00
|
|
|
|
|
|
|
DISTNAME= transaction-simple-1.4.0
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= misc
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-08-15 18:06:44 +02:00
|
|
|
HOMEPAGE= http://rubyforge.org/projects/trans-simple/
|
2008-04-04 17:20:13 +02:00
|
|
|
COMMENT= Mixin library for adding transaction support to objects
|
|
|
|
|
|
|
|
DEPENDS+= hoe>=1.5.1:../../devel/hoe
|
|
|
|
|
|
|
|
# Newer version of hoe look for README.txt, not Readme.txt.
|
|
|
|
SUBST_CLASSES= readme
|
|
|
|
SUBST_STAGE.readme= pre-build
|
|
|
|
SUBST_FILES.readme= Manifest.txt Rakefile lib/transaction/simple.rb
|
|
|
|
SUBST_SED.readme= -e "s,Readme,README,g"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
cd ${WRKSRC} && mv Readme.txt README.txt
|
|
|
|
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|