8561fdf250
Using a developer version because its a required dependency for p5-Net-XMMP-1.02.02. Fixes many issues. PR: ports/156256 Submitted by: milki <milki@rescomp.berkeley.edu>
31 lines
801 B
Makefile
31 lines
801 B
Makefile
# 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
|
|
DISTVERSION= 1.23_04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAPATRICK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= XML::Stream provides you with access to XML Stream
|
|
|
|
RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
USE_PERL5= 5.8.0+
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Node.3 \
|
|
XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \
|
|
XML::Stream::Tree.3 \
|
|
XML::Stream::IO::Select::Win32.3
|
|
|
|
.include <bsd.port.mk>
|