blob: ccafc58e62669e0f9823ba59eda5d27b7e70338f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/jeweler
.include <bsd.port.mk>
|