585611bf64
- Fix *_DEPENDS: - Update version requirements - Remove p5-Module-Install which is bundled - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Layout-Manager/Changes
25 lines
573 B
Makefile
25 lines
573 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Layout-Manager
|
|
PORTVERSION= 0.35
|
|
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-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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|