aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-IMAP-Admin/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-02 17:06:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-02 17:06:31 +0000
commit3e804a6cea1750b6a75401e61589ac3846189870 (patch)
tree396672cb1415800567014b990bbdc36e1bb0da93 /mail/p5-IMAP-Admin/Makefile
parent952af03f4df840692405f03e02528822c7f595a2 (diff)
downloadports-3e804a6cea1750b6a75401e61589ac3846189870.tar.gz
ports-3e804a6cea1750b6a75401e61589ac3846189870.zip
Notes
Diffstat (limited to 'mail/p5-IMAP-Admin/Makefile')
-rw-r--r--mail/p5-IMAP-Admin/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-IMAP-Admin/Makefile b/mail/p5-IMAP-Admin/Makefile
index 5da8a5c9a9b9..64baea5be0b8 100644
--- a/mail/p5-IMAP-Admin/Makefile
+++ b/mail/p5-IMAP-Admin/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= IMAP-Admin
-PORTVERSION= 1.6.7
-PORTREVISION= 1
+PORTVERSION= 1.6.8
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,20 +10,21 @@ 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
-.include <bsd.port.options.mk>
-
PORTEXAMPLES= create.pl delete.pl
-post-install:
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \
- ${STAGEDIR}${EXAMPLESDIR}
+ @(cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \
+ ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>