mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d9faf365fc
Carefully split *_DEPENDS into BUILD/RUN/TEST ones. PR: 275560 Submitted by: Sergey Zhmylove Approved by: maintainer timeout (pi; two weeks)
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
PORTNAME= X11-XCB
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= x11 perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Perl bindings for libxcb
|
|
WWW= https://metacpan.org/release/X11-XCB
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libxcb.so:x11/libxcb \
|
|
libxcb-util.so:x11/xcb-util \
|
|
libxcb-icccm.so:x11/xcb-util-wm
|
|
BUILD_DEPENDS= \
|
|
${LOCALBASE}/share/xcb/xcb.xsd:x11/xcb-proto \
|
|
p5-Data-Dump>=0:devel/p5-Data-Dump \
|
|
p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
|
|
p5-XML-Descent>=0:textproc/p5-XML-Descent \
|
|
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
|
p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
|
|
RUN_DEPENDS= \
|
|
p5-Mouse>=0:devel/p5-Mouse \
|
|
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
|
|
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
|
p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
|
|
TEST_DEPENDS= \
|
|
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception
|
|
|
|
USES= localbase perl5 xorg
|
|
USE_PERL5= configure
|
|
USE_XORG= x11 xcb xorgproto xinerama
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/XCB/XCB.so
|
|
|
|
.include <bsd.port.mk>
|