Edit

IABSD.fr/ports/mail/grepmail/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:34:31
    Hash : 348a3e29
    Message : drop RCS Ids

  • mail/grepmail/Makefile
  • COMMENT=	search mailboxes for a particular email
    
    DISTNAME=	grepmail-5.3111
    PKGNAME=	${DISTNAME}
    CATEGORIES=	mail perl5
    REVISION=	1
    
    # GPL
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    CPAN_AUTHOR=	DCOPPIT
    
    RUN_DEPENDS=	devel/p5-File-HomeDir \
    		devel/p5-Time-TimeDate \
    		converters/p5-DateManip \
    		mail/p5-Mail-Mbox-MessageParser
    BUILD_DEPENDS=	${RUN_DEPENDS} \
    		devel/p5-Benchmark-Timer
    		
    CONFIGURE_STYLE=perl
    PKG_ARCH=	*
    
    .include <bsd.port.mk>