blob: 103dcf4927b4c95965ea3d259c13a09a99ecaa72 (
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
|
PORTNAME= IMAP-Admin
PORTVERSION= 1.6.8
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for basic IMAP server administration
WWW= https://metacpan.org/release/IMAP-Admin
LICENSE= ART10
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= create.pl delete.pl
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \
${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>
|