freebsd-ports/devel/rubygem-pleaserun/Makefile
Sunpoet Po-Chuan Hsieh 7388de037d Update to 0.0.30
- Refine post-patch: indicate the changing dependency

Changes:	https://github.com/jordansissel/pleaserun/blob/master/CHANGELOG.asciidoc
2017-08-08 18:58:12 +00:00

29 lines
656 B
Makefile

# $FreeBSD$
PORTNAME= pleaserun
PORTVERSION= 0.0.30
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool to generate startup scripts
LICENSE= APACHE20
RUN_DEPENDS= rubygem-cabin>=0:devel/rubygem-cabin \
rubygem-clamp>=0:devel/rubygem-clamp \
rubygem-dotenv>=0:misc/rubygem-dotenv \
rubygem-insist>=0:devel/rubygem-insist \
rubygem-mustache>=0.99.8:devel/rubygem-mustache \
rubygem-stud>=0:devel/rubygem-stud
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/please-manage-user bin/pleaserun
post-patch:
@${REINPLACE_CMD} -e '/mustache/ s|= 0\.99\.8|>&|' ${WRKSRC}/${GEMSPEC}
.include <bsd.port.mk>