freebsd-ports/devel/p5-Tickit/Makefile
Po-Chuan Hsieh e4228f0bac
devel/p5-Tickit: Add p5-Tickit 0.71
Tickit is a high-level toolkit for creating full-screen terminal-based
interactive programs. It allows programs to be written in an abstracted way,
working with a tree of widget objects, to represent the layout of the interface
and implement its behaviours.

Its supported terminal features includes a rich set of rendering attributes
(bold, underline, italic, 256-colours, etc), support for mouse including wheel
and position events above the 224th column and arbitrary modified key input via
libtermkey (all of these will require a supporting terminal as well). It also
supports having multiple instances and non-blocking or asynchronous control.

WWW: https://metacpan.org/release/Tickit
2021-04-29 22:23:30 +08:00

32 lines
869 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Tickit
PORTVERSION= 0.71
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Terminal Interface Construction KIT
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libtickit>=0.4.0:devel/libtickit \
p5-Module-Build-Using-PkgConfig>=0:devel/p5-Module-Build-Using-PkgConfig \
${RUN_DEPENDS}
LIB_DEPENDS= libtickit.so:devel/libtickit
RUN_DEPENDS= p5-Struct-Dumb>=0.04:devel/p5-Struct-Dumb
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-HexString>=0:devel/p5-Test-HexString \
p5-Test-Refcount>=0:devel/p5-Test-Refcount
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tickit/Tickit.so
.include <bsd.port.mk>