1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/inplace/Makefile
Mark Linimon 34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00

39 lines
767 B
Makefile

# New ports collection makefile for: inplace(1)
# Date created: 2 May 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= inplace
PORTVERSION= 1.0.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool to edit files in-place through given filter commands
USE_BZIP2= yes
USE_RUBY= yes
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE= BSDmakefile
RUBY_SHEBANG_FILES= inplace.rb
MAN1= inplace.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/inplace
RUBY_REQUIRE= Ruby > 180
.include <bsd.port.pre.mk>
.if !defined(RUBY_PROVIDED)
IGNORE= only works with Ruby 1.8.0 or later
.endif
.include <bsd.port.post.mk>