039ae3caa9
- Update ports require by rubygem-rails - Add vuxml entry for rails security issues Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee Security: b4051b52-58fa-11e2-853b-00262d5ed8ee
30 lines
621 B
Makefile
30 lines
621 B
Makefile
# Ports collection makefile for: gem-rake
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rake
|
|
PORTVERSION= 10.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Make
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= rake.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
PLIST_FILES= bin/rake
|
|
|
|
post-install:
|
|
${MV} ${PREFIX}/${GEM_LIB_DIR}/doc/rake.1.gz ${PREFIX}/man/man1
|
|
${CHMOD} ${MANMODE} ${PREFIX}/man/man1/rake.1.gz
|
|
${CHOWN} ${MANOWN}:${MANGRP} ${PREFIX}/man/man1/rake.1.gz
|
|
|
|
.include <bsd.port.post.mk>
|