Tweak mail/p5-Email-LocalDelivery version 1.200
[dports.git] / mail / p5-Email-LocalDelivery / Makefile
1 # Created by: Lars Thegler <lars@thegler.dk>
2 # $FreeBSD$
3
4 PORTNAME=       Email-LocalDelivery
5 PORTVERSION=    1.200
6 CATEGORIES=     mail perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Deliver a piece of email - simply
12
13 RUN_DEPENDS=    p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \
14                 p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType \
15                 p5-File-Path-Expand>=0:${PORTSDIR}/devel/p5-File-Path-Expand
16 BUILD_DEPENDS:= ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>