summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-04 09:29:10 +0000
committerwiz <wiz@pkgsrc.org>2020-09-04 09:29:10 +0000
commit8ad49dd130c69ce5f57873d51c1438d64875d4c3 (patch)
tree9514fc7835146dee8cc21f3b0aefe1d946c0d6f6 /textproc
parentf2453439c04ad84f0270355fdbfd094d37ee4737 (diff)
downloadpkgsrc-8ad49dd130c69ce5f57873d51c1438d64875d4c3.tar.gz
*: remove references to p5-Encode
Encode has been part of perl since ~forever
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Encode-EUCJPASCII/Makefile6
-rw-r--r--textproc/p5-Encode-HanExtra/Makefile5
-rw-r--r--textproc/p5-Encode-JIS2K/Makefile6
-rw-r--r--textproc/p5-YAML-PP/Makefile9
4 files changed, 11 insertions, 15 deletions
diff --git a/textproc/p5-Encode-EUCJPASCII/Makefile b/textproc/p5-Encode-EUCJPASCII/Makefile
index 46c828f5f1d..54bf7697f82 100644
--- a/textproc/p5-Encode-EUCJPASCII/Makefile
+++ b/textproc/p5-Encode-EUCJPASCII/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:46 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2020/09/04 09:29:11 wiz Exp $
DISTNAME= Encode-EUCJPASCII-0.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
@@ -14,6 +13,5 @@ LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Encode/EUCJPASCII/.packlist
-.include "../../textproc/p5-Encode/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Encode-HanExtra/Makefile b/textproc/p5-Encode-HanExtra/Makefile
index 11559b371d7..45831296a2b 100644
--- a/textproc/p5-Encode-HanExtra/Makefile
+++ b/textproc/p5-Encode-HanExtra/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/08/31 18:11:46 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/04 09:29:11 wiz Exp $
DISTNAME= Encode-HanExtra-0.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
@@ -18,6 +18,5 @@ BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
PERL5_PACKLIST= auto/Encode/HanExtra/.packlist
-.include "../../textproc/p5-Encode/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Encode-JIS2K/Makefile b/textproc/p5-Encode-JIS2K/Makefile
index d9aff8d10f0..61577edabd9 100644
--- a/textproc/p5-Encode-JIS2K/Makefile
+++ b/textproc/p5-Encode-JIS2K/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:47 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2020/09/04 09:29:11 wiz Exp $
DISTNAME= Encode-JIS2K-0.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
@@ -14,6 +13,5 @@ LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Encode/JIS2K/.packlist
-.include "../../textproc/p5-Encode/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-YAML-PP/Makefile b/textproc/p5-YAML-PP/Makefile
index 19050f30a5a..2dabac84887 100644
--- a/textproc/p5-YAML-PP/Makefile
+++ b/textproc/p5-YAML-PP/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/08/31 18:12:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/04 09:29:11 wiz Exp $
DISTNAME= YAML-PP-0.019
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${HOMEPAGE}
@@ -11,10 +11,11 @@ HOMEPAGE= https://cpan.metacpan.org/authors/id/T/TI/TINITA/
COMMENT= Modern, modular YAML processor
LICENSE= ${PERL5_LICENSE}
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+
PERL5_PACKLIST= auto/YAML/PP/.packlist
USE_LANGUAGES= # none
-BUILDLINK_API_DEPENDS.p5-Encode+= p5-Encode>=0
-.include "../../textproc/p5-Encode/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"