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.
21 lines
606 B
Makefile
21 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.29 2014/05/29 23:35:22 wiz Exp $
|
|
|
|
DISTNAME= Jcode-2.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
SVR4_PKGNAME= p5jco
|
|
CATEGORIES= converters japanese perl5
|
|
MASTER_SITES= http://openlab.ring.gr.jp/Jcode/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://openlab.ring.gr.jp/Jcode/index.html
|
|
COMMENT= Perl5 module for handling various Japanese charsets
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Jcode/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|