From c399421a8d05fc8ba2c7b98f033891206cc5ebd1 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Thu, 8 Jun 2006 01:15:04 +0000 Subject: - Update to 1.50 - clean up Makefile PR: ports/98637 Submitted by: Rong-En Fan --- print/axpoint/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'print/axpoint/Makefile') diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile index 09cdd8ea9708..691f6b09961d 100644 --- a/print/axpoint/Makefile +++ b/print/axpoint/Makefile @@ -7,25 +7,26 @@ # PORTNAME= axpoint -PORTVERSION= 1.30 +PORTVERSION= 1.50 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML -DISTNAME= XML-Handler-AxPoint-${PORTVERSION} +DISTNAME= XML-Handler-AxPoint-${PORTVERSION:S/0$//} MAINTAINER= ports@FreeBSD.org COMMENT= XML Based Presentations -BUILD_DEPENDS= ${PERL_SITELIBDIR}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${PERL_SITELIBDIR}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ - ${PERL_SITELIBDIR}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ + p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ + ${SITE_PERL}/XML/Filter/XSLT.pm:${PORTSDIR}/textproc/p5-XML-Filter-XSLT \ + 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 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_SITELIBDIR= ${SITE_PERL} USE_PERL5= yes PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::Handler::AxPoint.3 .include -- cgit v1.2.3