mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e7af7fc9c6
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: portmgr (marcus)
40 lines
843 B
Makefile
40 lines
843 B
Makefile
# New ports collection makefile for: p5-Mail-Tools
|
|
# Date created: October 24th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-Tools
|
|
PORTVERSION= 1.74
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= MailTools-${PORTVERSION}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl5 modules for dealing with Internet e-mail messages
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mail::Address.3 \
|
|
Mail::Cap.3 \
|
|
Mail::Field.3 \
|
|
Mail::Field::AddrList.3 \
|
|
Mail::Filter.3 \
|
|
Mail::Header.3 \
|
|
Mail::Internet.3 \
|
|
Mail::Mailer.3 \
|
|
Mail::Send.3 \
|
|
Mail::Util.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|