aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Spool/Makefile
blob: 76584adf8c8a90318d9af1d4ab8d5d0012125718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    Mail::Spool
# Date created:             24 October 2002
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Mail-Spool
PORTVERSION=    0.50
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= chifeng@gmail.com
COMMENT=    A "pure perl" implementation of mail spooling, unspooling and sending

BUILD_DEPENDS=  ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \
        ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
        ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3

.include <bsd.port.mk>