1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/p5-Graphics-Primitive/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

30 lines
738 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Graphics-Primitive
PORTVERSION= 0.67
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GPHAT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Device and library agnostic graphic primitives
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Forest>=0.06:devel/p5-Forest \
p5-Geometry-Primitive>=0.16:graphics/p5-Geometry-Primitive \
p5-Graphics-Color>=0.20:graphics/p5-Graphics-Color \
p5-JSON-Any>=1.22:converters/p5-JSON-Any \
p5-Moose>=0.90: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>