ec91d4dde2
- Sort RUN_DEPENDS Changes: https://github.com/technicalpickles/jeweler/blob/master/ChangeLog.markdown PR: 199180 Submitted by: sunpoet (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
28 lines
782 B
Makefile
28 lines
782 B
Makefile
# Created by: Douglas Thrift
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jeweler
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Simple and opinionated helper for creating Rubygem projects
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
|
|
rubygem-bundler>=1.0:${PORTSDIR}/sysutils/rubygem-bundler \
|
|
rubygem-git>=1.2.5:${PORTSDIR}/devel/rubygem-git \
|
|
rubygem-github_api>=0:${PORTSDIR}/devel/rubygem-github_api \
|
|
rubygem-highline>=1.6.15:${PORTSDIR}/devel/rubygem-highline \
|
|
rubygem-nokogiri>=1.5.10:${PORTSDIR}/textproc/rubygem-nokogiri \
|
|
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/jeweler
|
|
|
|
.include <bsd.port.mk>
|