mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
8f36548b19
With hat: ruby@
31 lines
622 B
Makefile
31 lines
622 B
Makefile
# Ports collection makefile for: gem-rake
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rake
|
|
PORTVERSION= 0.9.2.2
|
|
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>
|