1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/mail/imaptools/Makefile
Stefan Eßer 819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00

26 lines
445 B
Makefile

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