blob: 200a24a62bff0cdc3387f73d03e2167d217aefff (
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
|
# New ports collection makefile for: p5-Mail-LMLM
# Date created: 2007-03-17
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Mail-LMLM
PORTVERSION= 0.6802
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= List of Mailing Lists Manager
PERL_CONFIGURE= yes
MAN3= Mail::LMLM.3 Mail::LMLM::Object.3 Mail::LMLM::Render.3 \
Mail::LMLM::Render::HTML.3 Mail::LMLM::Types::Base.3 \
Mail::LMLM::Types::Egroups.3 Mail::LMLM::Types::Ezmlm.3 \
Mail::LMLM::Types::GoogleGroups.3 \
Mail::LMLM::Types::Listar.3 Mail::LMLM::Types::Listserv.3 \
Mail::LMLM::Types::Mailman.3 Mail::LMLM::Types::Majordomo.3
post-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DATADIR}
${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.include <bsd.port.mk>
|