1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/grepmail/Makefile
Chris D. Faulhaber ffceb57787 Update port to 4.47
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-05-02 11:46:26 +00:00

32 lines
824 B
Makefile

# New ports collection makefile for: grepmail
# Date created: 20 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= grepmail
PORTVERSION= 4.47
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
MAINTAINER= jedgar@FreeBSD.org
USE_PERL5= yes
MAN1= grepmail.1
do-configure:
@${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
@cd ${WRKSRC} && ${PERL} Makefile.PL
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>