2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@daltons.ca>
|
2005-08-31 13:11:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Chess-PGN-Parse
|
2006-01-13 05:08:42 +01:00
|
|
|
PORTVERSION= 0.19
|
2005-08-31 13:11:35 +02:00
|
|
|
CATEGORIES= textproc games perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:GMAX
|
2005-08-31 13:11:35 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-06-20 11:03:27 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-08-31 13:11:35 +02:00
|
|
|
COMMENT= Reads and parses PGN (Portable Game Notation) Chess files
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-08-31 13:11:35 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|