aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-07-31 19:59:17 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-07-31 19:59:17 +0000
commit40ecf935629b677c4877fb4c97f8ab8f307db6c9 (patch)
tree44b97f8211c12ae77250a142294cc78138a88f71 /mail/grepmail/Makefile
parente53cc61fc9529bc5756393e6d77b90c783d56aae (diff)
downloadports-40ecf935629b677c4877fb4c97f8ab8f307db6c9.tar.gz
ports-40ecf935629b677c4877fb4c97f8ab8f307db6c9.zip
Notes
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 495e4aa39f41..cba2d08ee156 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= grepmail
-PORTVERSION= 4.48
+PORTVERSION= 4.50
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+MAINTAINER= jedgar@FreeBSD.org
+
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
-
+PERL_CONFIGURE= yes
USE_PERL5= yes
MAN1= grepmail.1
-do-configure:
- @${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
- @cd ${WRKSRC} && ${PERL} Makefile.PL
+post-extract:
+ # we don't want to build the FastReader module
+ @${RM} -f ${WRKSRC}/FastReader/Makefile.PL
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1
+post-patch:
+ @${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>