mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
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)
19 lines
322 B
Makefile
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>
|