1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/mail/imaptools/Makefile
Boris Samorodov e43c9badb3 Use shebangfix and let Makefile be more declarative.
Convinced by:	jgh, danfe
2013-05-25 07:46:10 +00:00

28 lines
486 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= imaptools
PORTVERSION= 1.135
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsam
DISTNAME= imap_tools_V${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= Tools and scripts to use with IMAP servers
LICENSE= ISCL
CONFLICTS= imaputils-[0-9]*
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= *.pl
USE_PERL5_RUN= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
.include <bsd.port.mk>