summaryrefslogtreecommitdiff
path: root/x11/p5-X11-Protocol/Makefile
blob: 52d82473051b2840433c7ff794f6677d90b343ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: will
# $FreeBSD$

PORTNAME=	X11-Protocol
PORTVERSION=	0.56
CATEGORIES=	x11 perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl module that provides an interface roughly equivalent to Xlib

USES=		perl5
USE_PERL5=	configure

MAN3=		X11::Auth.3 \
		X11::Keysyms.3 \
		X11::Protocol.3 \
		X11::Protocol::Connection.3 \
		X11::Protocol::Connection::Socket.3 \
		X11::Protocol::Connection::FileHandle.3 \
		X11::Protocol::Connection::INETFH.3 \
		X11::Protocol::Connection::INETSocket.3 \
		X11::Protocol::Connection::UNIXFH.3 \
		X11::Protocol::Connection::UNIXSocket.3 \
		X11::Protocol::Ext::BIG_REQUESTS.3 \
		X11::Protocol::Ext::DPMS.3 \
		X11::Protocol::Ext::RENDER.3 \
		X11::Protocol::Ext::SHAPE.3 \
		X11::Protocol::Ext::XC_MISC.3 \
		X11::Protocol::Ext::XFree86_Misc.3

NO_STAGE=	yes
.include <bsd.port.mk>