aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sarep/Makefile
blob: 642c55c1e6609f04922fb5d029cf7e12aed45b41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  sarep
# Date created:                   Feb 18, 1999
# Whom:                           ache
#
# $FreeBSD$
#

PORTNAME=   sarep
PORTVERSION=    1.1
CATEGORIES= textproc
MASTER_SITES=   ftp://sunsite.unc.edu/pub/linux/utils/text/
EXTRACT_SUFX=

MAINTAINER= ache@FreeBSD.org
COMMENT=    Command-line search and replace tool; written in Perl; handles regexps

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS

EXTRACT_CMD=    $(SED)
EXTRACT_BEFORE_ARGS=    's=^\#!/usr/bin/perl =\#!${PERL} =' <
EXTRACT_AFTER_ARGS= | ${TR} -d '\r' > ${WRKSRC}/sarep

NO_BUILD=   yes
NO_WRKSUBDIR=   yes
PLIST_FILES=    bin/sarep

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin

.include <bsd.port.mk>