diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 20:22:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 20:22:43 +0000 |
commit | 3334a29a8eba79ec98aebb7c6a3565abce55b356 (patch) | |
tree | 63afe90ddd29ac29202ad14cfd765326b0ed61fe | |
parent | Update to 1.15 (diff) |
Add PORTSCOUT
Notes
Notes:
svn path=/head/; revision=547117
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile index 778523e08dc0..f6a9faff716d 100644 --- a/devel/p5-DateTime-Format-ISO8601/Makefile +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -27,4 +27,6 @@ USE_PERL5= configure NO_ARCH= yes +PORTSCOUT= skipv:0.0401,0.0402,0.0403 + .include <bsd.port.mk> |