2001-11-20 21:07:54 +01:00
|
|
|
# New ports collection makefile for: XML::SAX
|
|
|
|
# Date created: 19 Nov 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-SAX
|
2008-08-11 12:10:55 +02:00
|
|
|
PORTVERSION= 0.96
|
2001-11-20 21:07:54 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-11-20 21:07:54 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-01-28 13:10:37 +01:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-02-27 10:29:13 +01:00
|
|
|
COMMENT= Simple API for XML
|
2001-11-20 21:07:54 +01:00
|
|
|
|
2004-08-12 14:48:01 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
|
2001-11-20 21:07:54 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2007-02-11 17:58:17 +01:00
|
|
|
CONFIGURE_ARGS= </dev/null
|
2001-11-20 21:07:54 +01:00
|
|
|
|
2002-01-28 13:10:37 +01:00
|
|
|
MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \
|
2002-09-04 10:59:34 +02:00
|
|
|
XML::SAX::Exception.3 XML::SAX::Intro.3 \
|
|
|
|
XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \
|
|
|
|
XML::SAX::PurePerl::Reader.3
|
2001-11-20 21:07:54 +01:00
|
|
|
|
2002-01-28 13:10:37 +01:00
|
|
|
post-configure:
|
|
|
|
# dirty hack to deceive irritable pod2man
|
2002-04-08 18:09:23 +02:00
|
|
|
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \
|
2002-01-28 13:10:37 +01:00
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|