5b06ace0b2
Feature safe: yes
34 lines
872 B
Makefile
34 lines
872 B
Makefile
# 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.6801
|
|
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>
|