p5-HTML-Lint & weblint: note these packages conflict
Issue reported by Stefan Schaeckeler in PR pkg/55511.
This commit is contained in:
parent
4d4e00292f
commit
cb1e97c9bf
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2019/11/04 22:10:04 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2020/07/23 04:07:58 gutteridge Exp $
|
||||
|
||||
DISTNAME= HTML-Lint-2.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -11,6 +11,8 @@ HOMEPAGE= https://metacpan.org/release/HTML-Lint
|
|||
COMMENT= Perl 5 module to check for HTML errors in a string or file
|
||||
LICENSE= artistic-2.0
|
||||
|
||||
CONFLICTS= weblint-[0-9]*
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/HTML/Lint/.packlist
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.30 2020/07/22 21:45:41 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2020/07/23 04:07:58 gutteridge Exp $
|
||||
|
||||
DISTNAME= weblint-1.020
|
||||
PKGREVISION= 8
|
||||
|
@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
#HOMEPAGE= http://www.weblint.org/
|
||||
COMMENT= HTML validator and sanity checker
|
||||
|
||||
CONFLICTS= p5-HTML-Lint-[0-9]*
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
||||
|
||||
|
|
Loading…
Reference in a new issue