1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/p5-X11-Protocol/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

37 lines
938 B
Makefile

# New ports collection makefile for: X11-Protocol
# Date created: Mon Jan 1 21:49:44 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= X11-Protocol
PORTVERSION= 0.56
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= Perl module that provides an interface roughly equivalent to Xlib
PERL_CONFIGURE= yes
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
.include <bsd.port.mk>