aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rlytest/Makefile
blob: 932b121edcb482650686f02b5580ad5013163510 (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
# New ports collection makefile for:    rlytest
# Date created:     16 January 1999
# Whom:         Paul Chvostek <paul@it.ca>
#
# $FreeBSD$
#

PORTNAME=   rlytest
PORTVERSION=    1.20
CATEGORIES= mail security
MASTER_SITES=   http://www.unicom.com/sw/rlytest/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=

MAINTAINER= paul@it.ca

USE_PERL5=  yes
EXTRACT_ONLY=   # defined
NO_BUILD=

pre-patch:
    perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest

do-install:
    ${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest

post-install:
    ${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>