freebsd-ports/textproc/p5-XML-SAX/Makefile

37 lines
1,008 B
Makefile
Raw Normal View History

# New ports collection makefile for: XML::SAX
# Date created: 19 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-SAX
2002-09-04 10:59:34 +02:00
PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
2002-01-28 13:10:37 +01:00
MAINTAINER= skv@FreeBSD.org
2002-01-28 13:10:37 +01:00
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
2002-01-28 13:10:37 +01:00
CONFIGURE_ARGS= </dev/null
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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
2002-01-28 13:10:37 +01:00
post-configure:
# dirty hack to deceive irritable pod2man
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \
2002-01-28 13:10:37 +01:00
${WRKSRC}/Makefile
.include <bsd.port.mk>