2013-08-02 20:52:07 +02:00
|
|
|
# Created by: chinsan
|
2008-08-31 01:07:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Layout-Manager
|
2014-02-16 11:37:44 +01:00
|
|
|
PORTVERSION= 0.35
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-05-31 22:17:19 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2014-02-16 11:37:44 +01:00
|
|
|
BUILD_DEPENDS= p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \
|
|
|
|
p5-Graphics-Primitive>=0.43:${PORTSDIR}/graphics/p5-Graphics-Primitive \
|
|
|
|
p5-Moose>=0.79:${PORTSDIR}/devel/p5-Moose
|
2011-05-31 22:17:19 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-08-31 01:07:16 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-08-31 01:07:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|