Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:56 wiz Exp $
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 6
|
|
|
|
DEPENDS+=${CLEARSILVER_BASE}{,nb[0-9]*}:../../www/clearsilver-base
|
|
DEPENDS+=${PYPKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/py-clearsilver
|
|
DEPENDS+=${RUBY_PKGPREFIX}-${DISTNAME}{,nb[0-9]*}:../../www/ruby-clearsilver
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-clearsilver
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|