2002-05-13 17:04:49 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: axpoint
|
|
|
|
# Date created: May 13, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= axpoint
|
2006-06-08 01:15:04 +00:00
|
|
|
PORTVERSION= 1.50
|
2002-05-13 17:04:49 +00:00
|
|
|
CATEGORIES= print perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2011-08-25 08:06:17 +00:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
|
2006-06-08 01:15:04 +00:00
|
|
|
DISTNAME= XML-Handler-AxPoint-${PORTVERSION:S/0$//}
|
2002-05-13 17:04:49 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= XML Based Presentations
|
2002-05-13 17:04:49 +00:00
|
|
|
|
2012-06-28 18:37:23 +00:00
|
|
|
BUILD_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
|
2006-06-08 01:15:04 +00:00
|
|
|
p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \
|
2012-06-28 18:37:23 +00:00
|
|
|
p5-XML-Filter-XSLT>=0:${PORTSDIR}/textproc/p5-XML-Filter-XSLT \
|
2006-06-08 01:15:04 +00:00
|
|
|
p5-XML-SAX>=0.09:${PORTSDIR}/textproc/p5-XML-SAX \
|
|
|
|
p5-XML-SAX-Writer>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
|
|
|
|
p5-PDFLib>=0.14:${PORTSDIR}/print/p5-PDFLib
|
2011-08-25 08:06:17 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-05-13 17:04:49 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::Handler::AxPoint.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|