2002-07-16 17:14:08 +02:00
|
|
|
# New ports collection makefile for: XML::XUpdate::LibXML
|
|
|
|
# Date created: 15 July 2002
|
|
|
|
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-XUpdate-LibXML
|
2006-07-14 17:56:19 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2006-09-30 17:40:40 +02:00
|
|
|
PORTREVISION= 1
|
2002-07-16 17:14:08 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-07-16 17:14:08 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-17 15:53:45 +02:00
|
|
|
MAINTAINER= lev@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Simple implementation of XUpdate format based on and XML::LibXML
|
2002-07-16 17:14:08 +02:00
|
|
|
|
2006-07-14 17:56:19 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
2006-09-30 17:40:40 +02:00
|
|
|
${SITE_PERL}/XML/LibXML/Iterator.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Iterator
|
2002-07-16 17:14:08 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= xupdate.1
|
|
|
|
MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|