21 lines
360 B
Makefile
21 lines
360 B
Makefile
COMMENT = 2D layout management for Perl
|
|
|
|
DISTNAME = Layout-Manager-0.35
|
|
CPAN_AUTHOR = GPHAT
|
|
REVISION = 1
|
|
|
|
CATEGORIES = graphics
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Moose>=0.79 \
|
|
graphics/p5-Geometry-Primitive>=0.16 \
|
|
graphics/p5-Graphics-Primitive>=0.43
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|