1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- detect version of hoe now dynamicly

This commit is contained in:
Dirk Meyer 2007-07-03 12:41:58 +00:00
parent 05a4183e0b
commit c0b0717201
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194785

View File

@ -14,9 +14,10 @@ DISTNAME= transaction-simple-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Simple object transaction support
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-1.2.1.gemspec:${PORTSDIR}/devel/rubygem-hoe
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-${HOE_VERSION}.gemspec:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
HOE_VERSION!= (cd ${PORTSDIR}/devel/rubygem-hoe && make -V PORTVERSION)
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>