aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Canonical/Makefile
blob: 734b6008047efaa14d5288298fa7d66db525d635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTREVISION=	1
CATEGORIES=	textproc perl5
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>