Tweak games/nethack36 version 3.6.0
[dports.git] / mail / imaptools / Makefile
1 # Created by: bsam
2 # $FreeBSD$
3
4 PORTNAME=       imaptools
5 PORTVERSION=    1.135
6 CATEGORIES=     mail
7 MASTER_SITES=   LOCAL/bsam
8 DISTNAME=       imap_tools_V${PORTVERSION}
9
10 MAINTAINER=     bsam@FreeBSD.org
11 COMMENT=        Tools and scripts to use with IMAP servers
12
13 LICENSE=        ISCL
14
15 CONFLICTS=      imaputils-[0-9]*
16
17 NO_WRKSUBDIR=   yes
18 NO_BUILD=       yes
19 USES=           shebangfix perl5
20 SHEBANG_FILES=  *.pl
21 USE_PERL5=      run
22
23 do-install:
24         ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin
25
26 .include <bsd.port.mk>