diff options
author | bofh <bofh@FreeBSD.org> | 2019-01-01 03:11:57 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2019-01-01 03:11:57 +0800 |
commit | 8f3c585968dad20630b843ff9086066af9b45106 (patch) | |
tree | fd8e9c5078c489be564b3b5f6b3fc249c6d3b426 /devel/p5-DateTime-Format-Natural/Makefile | |
parent | 19267837c186131c74ef4061b8ebbdb288c29f13 (diff) | |
download | freebsd-ports-gnome-8f3c585968dad20630b843ff9086066af9b45106.tar.gz freebsd-ports-gnome-8f3c585968dad20630b843ff9086066af9b45106.tar.zst freebsd-ports-gnome-8f3c585968dad20630b843ff9086066af9b45106.zip |
devel/p5-DateTime-Format-Natural: Update version 1.05=>1.06
Diffstat (limited to 'devel/p5-DateTime-Format-Natural/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-Natural/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Format-Natural/Makefile b/devel/p5-DateTime-Format-Natural/Makefile index 98ea2777073d..81151e7f731d 100644 --- a/devel/p5-DateTime-Format-Natural/Makefile +++ b/devel/p5-DateTime-Format-Natural/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Natural -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,6 +25,7 @@ TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime USES= perl5 USE_PERL5= modbuild + NO_ARCH= yes .include <bsd.port.mk> |