freebsd-ports/graphics/p5-Layout-Manager/Makefile

38 lines
912 B
Makefile
Raw Normal View History

# Ports collection makefile for: Layout-Manager
# Date created: 2008/08/30
# Whom: 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_COMB= dual
LICENSE= ART20 GPLv1
2008-09-24 19:15:39 +02:00
BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
2009-01-03 07:15:09 +01:00
p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
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>