freebsd-ports/mail/p5-Mail-LMLM/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00

32 lines
833 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.6400
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.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>