diff options
| author | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
| commit | 5da87348cb57d8d1df6910cb892114c53beab8b0 (patch) | |
| tree | 9d7168f3a6d792571ef549968fcd7b60801605fd /math/ppl | |
| parent | 75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff) | |
| download | pkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz | |
*: recursive bump for perl 5.36
Diffstat (limited to 'math/ppl')
| -rw-r--r-- | math/ppl/Makefile | 4 | ||||
| -rw-r--r-- | math/ppl/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/ppl/Makefile b/math/ppl/Makefile index b9ff8c45927..dcac7010272 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/05/24 19:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/06/28 11:34:45 wiz Exp $ DISTNAME= ppl-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/1.2/ diff --git a/math/ppl/buildlink3.mk b/math/ppl/buildlink3.mk index b82cb391c1b..240eb96fe24 100644 --- a/math/ppl/buildlink3.mk +++ b/math/ppl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2012/04/08 20:58:05 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:34:45 wiz Exp $ BUILDLINK_TREE+= ppl @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ppl PPL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ppl+= ppl>=0.11.2 +BUILDLINK_ABI_DEPENDS.ppl?= ppl>=1.2nb4 BUILDLINK_PKGSRCDIR.ppl?= ../../math/ppl .endif # PPL_BUILDLINK3_MK |
