1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/imaptools/Makefile
Boris Samorodov 833ae95a96 Update to version 1.120.
PR:		ports/164279
Submitted by:	olgeni
2012-01-19 10:25:57 +00:00

31 lines
613 B
Makefile

# New ports collection makefile for: mail/imaptools
# Date created: 2010-10-26
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= imaptools
PORTVERSION= 1.120
CATEGORIES= mail
MASTER_SITES= http://www.athensfbc.com/imap_tools/files/
DISTNAME= imap_tools_V${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= A number of tools and scripts for use with IMAP servers
LICENSE= ISCL
LICENSE_FILE= ${WRKDIR}/license.txt
FETCH_ARGS= -pRr
USE_PERL5_RUN= yes
do-build:
${REINPLACE_CMD} \
-e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
.include <bsd.port.mk>