aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-Format-Roman/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-01-31 03:22:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-01-31 03:22:23 +0800
commite08d17fde8f2017b28e4e6da00c080cf97eae3ca (patch)
tree713ea79d1737ab6dc12378b0449927655ab70145 /devel/p5-DateTime-Format-Roman/Makefile
parentc9a87a39b35680a3e18e568c186d308786420ddc (diff)
downloadfreebsd-ports-gnome-e08d17fde8f2017b28e4e6da00c080cf97eae3ca.tar.gz
freebsd-ports-gnome-e08d17fde8f2017b28e4e6da00c080cf97eae3ca.tar.zst
freebsd-ports-gnome-e08d17fde8f2017b28e4e6da00c080cf97eae3ca.zip
Update to 0.04
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/DateTime-Format-Roman
Diffstat (limited to 'devel/p5-DateTime-Format-Roman/Makefile')
-rw-r--r--devel/p5-DateTime-Format-Roman/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Roman/Makefile b/devel/p5-DateTime-Format-Roman/Makefile
index fb1c77dcd726..5fae732258d8 100644
--- a/devel/p5-DateTime-Format-Roman/Makefile
+++ b/devel/p5-DateTime-Format-Roman/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= DateTime-Format-Roman
-PORTVERSION= 0.03
-PORTREVISION= 1
+PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,11 +10,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Roman day numbering for DateTime objects
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
+RUN_DEPENDS= p5-DateTime>=0.22:devel/p5-DateTime \
+ p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-Roman>=0:math/p5-Roman
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>