summaryrefslogtreecommitdiff
path: root/graphics/p5-Layout-Manager/Makefile
blob: d8cdaa653072048ca7aa1ab385aa5a46f7ae0d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Ports collection makefile for:	Layout-Manager
# Created by: chinsan
# $FreeBSD$

PORTNAME=	Layout-Manager
PORTVERSION=	0.34
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GPHAT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	2D Layout Management

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
		p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
		p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
		p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		Layout::Manager.3 \
		Layout::Manager::Absolute.3 \
		Layout::Manager::Axis.3 \
		Layout::Manager::Compass.3 \
		Layout::Manager::Flow.3 \
		Layout::Manager::Grid.3 \
		Layout::Manager::Single.3

.include <bsd.port.mk>