Update to 1.68. Add LICENSE and NO_ARCH, use OPTIONS helper
for post-install, and wrap compound command in parentheses. No ChangeLog available.
This commit is contained in:
parent
952af03f4d
commit
3e804a6cea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412424
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (IMAP-Admin-1.6.7.tar.gz) = 382f44a8ab92ae9332ce35327c97e49253768719988a569e2fbb18b41acaf58a
|
||||
SIZE (IMAP-Admin-1.6.7.tar.gz) = 14990
|
||||
SHA256 (IMAP-Admin-1.6.8.tar.gz) = 86bd699bda6774b6281e2abb629deeeb30edb58b7a179679aba90243ef1a7456
|
||||
SIZE (IMAP-Admin-1.6.8.tar.gz) = 15332
|
||||
|
Loading…
Reference in New Issue
Block a user