# New ports collection makefile for:	XML::LibXSLT
# Date created:		6 June 2001
# Whom:			Dom Mitchell <dom@happygiraffe.net>
#
# $FreeBSD: ports/textproc/p5-XML-LibXSLT/Makefile,v 1.1 2001/08/06 12:52:10 ijliao Exp $
#

PORTNAME=	XML-LibXSLT
PORTVERSION=	1.05
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	XML
PKGNAMEPREFIX=	p5-

MAINTAINER=	dom@happygiraffe.net

LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
		xslt.1:${PORTSDIR}/textproc/libxslt

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'

MAN3=		XML::LibXSLT.3

MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>
