summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-ListDetector/Makefile
blob: 704d622e4083b80eec03d2449638967c8b02f7c9 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:	p5-Mail-ListDetector
# Date created:				13 August 2001
# Whom:					petef
#
# $FreeBSD$
#

PORTNAME=	Mail-ListDetector
PORTVERSION=	1.01
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module for detecting mailing list messages

RUN_DEPENDS=	${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \
		${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Mail::ListDetector.3 \
	Mail::ListDetector::Detector::AutoShare.3 \
	Mail::ListDetector::Detector::Base.3 \
	Mail::ListDetector::Detector::CommuniGate.3 \
	Mail::ListDetector::Detector::CommuniGatePro.3 \
	Mail::ListDetector::Detector::Ecartis.3 \
	Mail::ListDetector::Detector::Ezmlm.3 \
	Mail::ListDetector::Detector::Fml.3 \
	Mail::ListDetector::Detector::GoogleGroups.3 \
	Mail::ListDetector::Detector::LetterRip.3 \
	Mail::ListDetector::Detector::ListSTAR.3 \
	Mail::ListDetector::Detector::Listar.3 \
	Mail::ListDetector::Detector::Listbox.3 \
	Mail::ListDetector::Detector::Listserv.3 \
	Mail::ListDetector::Detector::Lyris.3 \
	Mail::ListDetector::Detector::Mailman.3 \
	Mail::ListDetector::Detector::Majordomo.3 \
	Mail::ListDetector::Detector::Onelist.3 \
	Mail::ListDetector::Detector::RFC2369.3 \
	Mail::ListDetector::Detector::RFC2919.3 \
	Mail::ListDetector::Detector::Smartlist.3 \
	Mail::ListDetector::Detector::Yahoogroups.3 \
	Mail::ListDetector::List.3

post-install:
	@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl ${EXAMPLESDIR}

.include <bsd.port.mk>