pkgsrc/x11/p5-X11-Protocol/Makefile
wiz 9ce08e5876 Update to 0.56:
0.54  Sun May  1 2005
	- Minor changes to render-clock example
	- Add new Host types from X11R6.7
	- Fix handle_input_for bug reported by Rich Williams

0.55  Thu Jan 19 2006
	- Fix spurious error on zero-length .Xauthority field in
	  X11::Auth (reported independently by Cyril Bouthors and
          Anthony DeStefano)

0.56  Sun Oct 8 2006
	- Fix infinite loop regression in robust_req in 0.54 caused by
	  handle_input change (found by Scott Smedley)
2007-02-27 13:30:49 +00:00

18 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/02/27 13:30:49 wiz Exp $
#
DISTNAME= X11-Protocol-0.56
PKGNAME= p5-${DISTNAME}
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X11/}
MAINTAINER= roland.illig@gmx.de
HOMEPAGE= http://search.cpan.org/dist/X11-Protocol/
COMMENT= Interface to the X11 protocol
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/X11/Protocol/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"