Import mail/p5-Mail-Spool version 0.50
[dports.git] / mail / p5-Mail-Spool / Makefile
1 # New ports collection makefile for:    Mail::Spool
2 # Date created:                         24 October 2002
3 # Whom:                                 Maxim Sobolev <sobomax@FreeBSD.org>
4 #
5 # $FreeBSD: ports/mail/p5-Mail-Spool/Makefile,v 1.16 2012/11/17 05:59:09 svnexp Exp $
6 #
7
8 PORTNAME=       Mail-Spool
9 PORTVERSION=    0.50
10 CATEGORIES=     mail perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     chifeng@gmail.com
15 COMMENT=        "Pure Perl" implementation of mail spooling, unspooling, and sending
16
17 BUILD_DEPENDS=  p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
18                 p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
19                 p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 PERL_CONFIGURE= yes
23
24 MAN3=           Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3
25
26 .include <bsd.port.mk>