freebsd-ports/mail/p5-Mail-LMLM/Makefile
Martin Wilke 1493cca4f8 - Update to 0.6500
PR:		137447
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-08-05 12:18:45 +00:00

32 lines
834 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.6500
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::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>