ports/devel/rubygem-ruby-progressbar/Makefile
Stefan Eßer 04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
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-25 22:40:11 +01:00

19 lines
322 B
Makefile

PORTNAME= ruby-progressbar
PORTVERSION= 1.11.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Progressbar library for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
CONFLICTS_INSTALL= ${RUBY_PKGNAMEPREFIX}progressbar
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>