1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/p5-Mail-LMLM/Makefile
Sunpoet Po-Chuan Hsieh 65a9c9f5cc - Update to 0.6802
Changes:	http://search.cpan.org/dist/Mail-LMLM/Changes
Feature safe:	yes
2012-03-13 03:59:03 +00:00

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.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>