1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/sarep/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
615 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= sarep
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= http://ftp.vim.org/ibiblio/utils/text/
EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line search and replace tool; written in Perl; handles regexps
RUN_DEPENDS= p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}/sarep
USES= perl5 dos2unix shebangfix
SHEBANG_FILES= sarep
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/sarep
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>