a514a963ea
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.75/Changes Feature safe: yes
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# New ports collection makefile for: XML::LibXSLT
|
|
# Date created: 6 June 2001
|
|
# Whom: Dom Mitchell <dom@happygiraffe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-LibXSLT
|
|
PORTVERSION= 1.75
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Perl interface to the GNOME XSLT library
|
|
|
|
BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN3= XML::LibXSLT.3
|
|
|
|
.include <bsd.port.mk>
|