mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- update to version 4.50
- use PERL_CONFIGURE (and the created Makefile) - rearrange Makefile (to please portlint) PR: 29351 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
e53cc61fc9
commit
40ecf93562
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45675
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (grepmail-4.48.tar.gz) = 139ed8ce0fc0fe3e247d663855303826
|
||||
MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1
|
||||
|
@ -1 +1,3 @@
|
||||
bin/grepmail
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail
|
||||
|
Loading…
Reference in New Issue
Block a user