freebsd-ports/mail/p5-IMAP-Admin/Makefile
Adam Weinberger 3e804a6cea Update to 1.68. Add LICENSE and NO_ARCH, use OPTIONS helper
for post-install, and wrap compound command in parentheses.

No ChangeLog available.
2016-04-02 17:06:31 +00:00

30 lines
618 B
Makefile

# Created by: Martti Kuparinen <martti.kuparinen@ericsson.com>
# $FreeBSD$
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
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>