Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / p5-Mail-LMLM / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Mail-LMLM
5 PORTVERSION=    0.6804
6 CATEGORIES=     mail perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        List of Mailing Lists Manager
12
13 LICENSE=        MIT
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 OPTIONS_DEFINE= EXAMPLES
19
20 post-install:
21         @${MKDIR} ${STAGEDIR}${DATADIR}
22         ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DATADIR}
23         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
24         (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
25
26 .include <bsd.port.mk>