Fixed typo in CONFLICTS. Bumped revision.
This commit is contained in:
parent
d546233448
commit
4457dd7a91
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/02/01 12:22:21 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/07/10 10:20:31 rillig Exp $
|
||||
|
||||
DISTNAME= arel-3.0.3
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/arel/arel30/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,7 +10,7 @@ HOMEPAGE= http://github.com/rails/arel
|
|||
COMMENT= Arel is a SQL AST manager for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
CONFLICS= ${RUBY_PKGPREFIX}-arel<3.1
|
||||
CONFLICTS= ${RUBY_PKGPREFIX}-arel<3.1
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue