blob: 51c80d0aae4e963bdad100c860d798e49b98b7b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= hoe
PORTVERSION= 4.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple rake/rubygems helper for project Rakefiles
WWW= https://github.com/seattlerb/hoe
LICENSE= MIT
RUN_DEPENDS= rubygem-rake>=0.8<15.0:devel/rubygem-rake
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/sow
.include <bsd.port.mk>
|