2008-08-31 01:07:16 +02:00
|
|
|
# Ports collection makefile for: Layout-Manager
|
|
|
|
# Date created: 2008/08/30
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Layout-Manager
|
2011-05-31 22:17:19 +02:00
|
|
|
PORTVERSION= 0.34
|
2008-08-31 01:07:16 +02:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-05-31 22:17:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:GPHAT
|
2008-08-31 01:07:16 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-08-31 01:07:16 +02:00
|
|
|
COMMENT= 2D Layout Management
|
|
|
|
|
2011-05-31 22:17:19 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE= ART20 GPLv1
|
|
|
|
|
2008-09-24 19:15:39 +02:00
|
|
|
BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
|
2008-08-31 01:07:16 +02:00
|
|
|
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
|
2011-05-31 22:17:19 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-08-31 01:07:16 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Layout::Manager.3 \
|
|
|
|
Layout::Manager::Absolute.3 \
|
|
|
|
Layout::Manager::Axis.3 \
|
|
|
|
Layout::Manager::Compass.3 \
|
|
|
|
Layout::Manager::Flow.3 \
|
2009-06-16 04:29:19 +02:00
|
|
|
Layout::Manager::Grid.3 \
|
2008-08-31 01:07:16 +02:00
|
|
|
Layout::Manager::Single.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|