aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rake/Makefile
blob: 1f06c5c1dc56f3f1b377a8f194be58fa8067d853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$

PORTNAME=   rake
PORTVERSION=    11.1.2
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby Make

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/rake

.include <bsd.port.mk>