blob: 3710baece13e6a1339687963bb0c8fd58eb8a1af (
plain)
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
|
# Created by: 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
EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME}
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
PORTEXAMPLES= create.pl delete.pl
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \
${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
|