freebsd-ports/net-mgmt/ipcalc/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00

28 lines
506 B
Makefile

# Created by: ijliao
PORTNAME= ipcalc
PORTVERSION= 0.41
PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= http://jodies.de/ipcalc-archive/
DIST_SUBDIR= ipcalc
MAINTAINER= ports@FreeBSD.org
COMMENT= IP Calculator
LICENSE= GPLv2
CONFLICTS_INSTALL= gnu-ipcalc
PLIST_FILES= bin/ipcalc
NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= ipcalc
PATCH_SITES+= ${MASTER_SITES}
PATCHFILES+= patch-queue
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>