mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
28 lines
566 B
Makefile
28 lines
566 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
PORTNAME= inplace
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
|
LOCAL/knu
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to edit files in-place through given filter commands
|
|
|
|
USES= tar:bzip2 uidfix shebangfix
|
|
USE_RUBY= yes
|
|
|
|
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
|
|
MAKEFILE= BSDmakefile
|
|
|
|
SHEBANG_FILES= lib/inplace.rb
|
|
|
|
PLIST_FILES= bin/inplace \
|
|
man/man1/inplace.1.gz
|
|
|
|
test: build
|
|
cd ${WRKSRC}; ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|