2013-05-24 20:19:04 +02:00
|
|
|
# Created by: bsam
|
2010-10-27 15:18:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= imaptools
|
2012-04-06 13:58:52 +02:00
|
|
|
PORTVERSION= 1.135
|
2010-10-27 15:18:13 +02:00
|
|
|
CATEGORIES= mail
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/bsam
|
2010-10-27 15:18:13 +02:00
|
|
|
DISTNAME= imap_tools_V${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
2013-05-24 20:19:04 +02:00
|
|
|
COMMENT= Tools and scripts to use with IMAP servers
|
2010-10-27 15:18:13 +02:00
|
|
|
|
2011-03-10 22:01:35 +01:00
|
|
|
LICENSE= ISCL
|
|
|
|
|
2012-04-09 10:57:11 +02:00
|
|
|
CONFLICTS= imaputils-[0-9]*
|
|
|
|
|
2013-05-25 09:46:10 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
2013-09-12 17:23:58 +02:00
|
|
|
USES= shebangfix perl5
|
2013-05-25 09:46:10 +02:00
|
|
|
SHEBANG_FILES= *.pl
|
2013-09-12 17:23:58 +02:00
|
|
|
USE_PERL5= run
|
2010-10-27 15:18:13 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-09-25 00:23:45 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${STAGEDIR}${PREFIX}/bin
|
2010-10-27 15:18:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|