aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Geometry-Primitive/Makefile
blob: 11ebcc7cfe8b6b4f33ecd8aafb24a640e2157329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	Geometry-Primitive
PORTVERSION=	0.24
PORTREVISION=	1
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GPHAT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Primitive Geometry Entities
WWW=		https://metacpan.org/release/Geometry-Primitive

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Check-ISA>=0.04:devel/p5-Check-ISA \
		p5-JSON-Any>=1.22:converters/p5-JSON-Any \
		p5-Moose>=0.92:devel/p5-Moose \
		p5-MooseX-Clone>=0.04:devel/p5-MooseX-Clone \
		p5-MooseX-Storage>=0.17:devel/p5-MooseX-Storage

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>