Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / p5-Email-LocalDelivery-Ezmlm / Makefile
1 # Created by: Lars Thegler <lars@thegler.dk>
2 # $FreeBSD$
3
4 PORTNAME=       Email-LocalDelivery-Ezmlm
5 PORTVERSION=    0.10
6 PORTREVISION=   1
7 CATEGORIES=     mail perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     lth@FreeBSD.org
12 COMMENT=        Deliver mail into ezmlm archives
13
14 BUILD_DEPENDS=  p5-Email-LocalDelivery>=0:mail/p5-Email-LocalDelivery \
15                 p5-Email-FolderType>=0:mail/p5-Email-FolderType
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 post-patch:
22                 @${RM} ${WRKSRC}/lib/Email/LocalDelivery/Ezmlm.pm.orig
23 test:
24         cd ${WRKSRC} ; make test
25
26 .include <bsd.port.mk>