aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-IMAP-Admin/Makefile
blob: e7ac12c8ce04fc5aba65c3e4997d9ba25619126b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    p5-IMAP-Admin
# Date created:     Sun Sep 26 09:25:38 EEST 1999
# Whom:             Martti Kuparinen <martti.kuparinen@ericsson.com>
#
# $FreeBSD$
#

PORTNAME=   IMAP-Admin
PORTVERSION=    1.6.7
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= chifeng@gmail.com
COMMENT=    Perl module for basic IMAP server administration

USES=       perl5
USE_PERL5=  configure

MAN3=       IMAP::Admin.3
EXAMPLESDIR=    ${PREFIX}/share/examples/${UNIQUENAME}

.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES=   create.pl delete.pl
post-install:
    @${MKDIR} ${EXAMPLESDIR}
    @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
    @${ECHO_MSG} ""
    @${ECHO_MSG} "*******************************************************************************"
    @${ECHO_MSG} "See ${EXAMPLESDIR} for some examples..."
    @${ECHO_MSG} "*******************************************************************************"
    @${ECHO_MSG} ""
.endif

.include <bsd.port.mk>