2006-08-15 09:52:31 +02:00
|
|
|
# New ports collection makefile for: p5-Visio
|
|
|
|
# Date Created: 2006/08/15
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Visio
|
|
|
|
PORTVERSION= 1.010
|
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-15 09:52:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Perl extension manipulating XML based Visio files
|
2006-08-15 09:52:31 +02:00
|
|
|
|
2010-01-28 03:32:30 +01:00
|
|
|
BUILD_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
2006-08-15 09:52:31 +02:00
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-08-15 09:52:31 +02:00
|
|
|
|
|
|
|
MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \
|
|
|
|
Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \
|
|
|
|
Visio::PageSheet.3 Visio::Shape.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|