git: beefe7e22908 - main - converters/p5-Sereal: Add PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 03:54:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=beefe7e22908ddacada67b565c368b8ab9208c5c commit beefe7e22908ddacada67b565c368b8ab9208c5c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-04 03:48:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-04 03:48:06 +0000 converters/p5-Sereal: Add PORTSCOUT --- converters/p5-Sereal/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/converters/p5-Sereal/Makefile b/converters/p5-Sereal/Makefile index 903dcaa03401..17cb98d5fb3a 100644 --- a/converters/p5-Sereal/Makefile +++ b/converters/p5-Sereal/Makefile @@ -25,4 +25,6 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes NO_ARCH= yes +PORTSCOUT= limit:^[0-9\.]*$$ + .include <bsd.port.mk>