2013-08-02 20:52:07 +02:00
|
|
|
# Created by: arved
|
2004-08-12 18:00:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Graph-ReadWrite
|
2012-02-15 06:53:41 +01:00
|
|
|
PORTVERSION= 2.03
|
2004-08-12 18:00:47 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-12 18:00:47 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-02-13 01:51:44 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-12 18:00:47 +02:00
|
|
|
COMMENT= Reading and Writing a variety of graph file formats
|
|
|
|
|
2012-02-13 05:44:11 +01:00
|
|
|
BUILD_DEPENDS= p5-Graph>=0.50:${PORTSDIR}/math/p5-Graph \
|
|
|
|
p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \
|
|
|
|
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-08-12 18:00:47 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-08-12 18:00:47 +02:00
|
|
|
|
2012-02-13 05:44:11 +01:00
|
|
|
MAN3= Graph::Reader.3 \
|
|
|
|
Graph::Reader::Dot.3 \
|
|
|
|
Graph::Reader::HTK.3 \
|
|
|
|
Graph::Reader::XML.3 \
|
|
|
|
Graph::Writer.3 \
|
|
|
|
Graph::Writer::Dot.3 \
|
|
|
|
Graph::Writer::HTK.3 \
|
|
|
|
Graph::Writer::VCG.3 \
|
|
|
|
Graph::Writer::XML.3 \
|
|
|
|
Graph::Writer::daVinci.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL
|
2004-08-12 18:00:47 +02:00
|
|
|
|
2012-12-17 07:15:27 +01:00
|
|
|
.include <bsd.port.mk>
|