freebsd-ports/textproc/p5-Chess-PGN-Parse/Makefile
Aaron Dalton 75bba8c358 - updated to v0.19
- updated maintainership

0.19 10-Jan-2006
    - fixed bug in recursive comment printout.
      Thanks to Dadi Jonsson for reporting it;
    - Added support for comments with newlines in between.
      Thanks to Marcin Kasperski for the test case.
    - Added support for promotions without the equal sign
      (e.g.: e8Q instead of e8=Q)
      Thanks to Andrew Nikitin for reporting it.
    - Tidied the code a bit.

Approved by: tobez (implicit)
2006-01-13 04:08:42 +00:00

28 lines
607 B
Makefile

# New ports collection makefile for: p5-Chess-PGN-Parse
# Date created: 23 July 2005
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Chess-PGN-Parse
PORTVERSION= 0.19
CATEGORIES= textproc games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/G/GM/GMAX
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Reads and parses PGN (Portable Game Notation) Chess files
PERL_CONFIGURE= yes
MAN3= Chess::PGN::Parse.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or higher
.endif
.include <bsd.port.post.mk>