forked from Lainports/freebsd-ports
- detect version of hoe now dynamicly
This commit is contained in:
parent
05a4183e0b
commit
c0b0717201
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue