de1da38e13
(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes. It provides a XS wrapper around libxml2's Canonical XML code. WWW: http://search.cpan.org/dist/XML-Canonical/ PR: ports/114596 Submitted by: Gea-Suan Lin <gslin at gslin.org>
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# New ports collection makefile for: p5-XML-Canonical
|
|
# Date created: 2007-07-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Canonical
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= XML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl Implementation of Canonical XML
|
|
|
|
LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Canonical.3
|
|
|
|
.include <bsd.port.mk>
|