- update to 0.19
This commit is contained in:
parent
4b0a4b75a0
commit
afccbc1b17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244350
2 changed files with 17 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Geometry-Primitive
|
||||
PORTVERSION= 0.18
|
||||
PORTVERSION= 0.19
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT
|
||||
|
@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Primitive Geometry Entities
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||
p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex \
|
||||
p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage \
|
||||
p5-Check-ISA>=0.04:${PORTSDIR}/devel/p5-Check-ISA
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Check-ISA>=0.04:${PORTSDIR}/devel/p5-Check-ISA \
|
||||
p5-JSON-Any>=1.22:${PORTSDIR}/converters/p5-JSON-Any \
|
||||
p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \
|
||||
p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
@ -36,4 +36,10 @@ MAN3= Geometry::Primitive.3 \
|
|||
Geometry::Primitive::Rectangle.3 \
|
||||
Geometry::Primitive::Shape.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Geometry-Primitive-0.18.tar.gz) = c64a7b352813cd3d0dec880068ab0a51
|
||||
SHA256 (Geometry-Primitive-0.18.tar.gz) = 6989fef3a61b2bb83d1029f8eba029323c15155a774b26c575bf996d68c62a36
|
||||
SIZE (Geometry-Primitive-0.18.tar.gz) = 22551
|
||||
MD5 (Geometry-Primitive-0.19.tar.gz) = a4f65b76e77a3c283ba2f70358a40064
|
||||
SHA256 (Geometry-Primitive-0.19.tar.gz) = 3a8790910bc8df720a7b6106cb9de9c4811e5b599afac9e3a73c5dc0e50a56d2
|
||||
SIZE (Geometry-Primitive-0.19.tar.gz) = 22534
|
||||
|
|
Loading…
Reference in a new issue