2000-12-12 16:34:16 +01:00
|
|
|
# New ports collection makefile for: p5-XML-Stream
|
|
|
|
# Date created: 28 Augest 2000
|
|
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Stream
|
2004-12-07 10:12:12 +01:00
|
|
|
PORTVERSION= 1.22
|
2000-12-12 16:34:16 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= XML::Stream provides you with access to XML Stream
|
2000-12-12 16:34:16 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
2004-04-04 19:55:33 +02:00
|
|
|
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
|
2003-10-24 14:05:09 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
|
2001-07-31 11:52:31 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-12-12 16:34:16 +01:00
|
|
|
|
2001-02-17 16:31:17 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-12-12 16:34:16 +01:00
|
|
|
|
2004-12-07 10:12:12 +01:00
|
|
|
MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Node.3 \
|
2001-07-31 11:52:31 +02:00
|
|
|
XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \
|
2004-12-07 10:12:12 +01:00
|
|
|
XML::Stream::Tree.3
|
2000-12-12 16:34:16 +01:00
|
|
|
|
2003-01-26 00:12:56 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-12-07 10:12:12 +01:00
|
|
|
.if ${PERL_LEVEL} < 500800
|
2005-10-31 19:24:21 +01:00
|
|
|
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
|
2003-01-26 00:12:56 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|