- Add LICENSE - Sort RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/jordansissel/pleaserun/blob/master/CHANGELOG.asciidoc https://github.com/jordansissel/pleaserun/commits/master
29 lines
659 B
Makefile
29 lines
659 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pleaserun
|
|
PORTVERSION= 0.0.28
|
|
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 's/= 0\.99\.8/>= 0.99.8/' ${WRKSRC}/pleaserun.gemspec
|
|
|
|
.include <bsd.port.mk>
|