mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
30 lines
611 B
Makefile
30 lines
611 B
Makefile
# 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>
|