summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Canonical/Makefile
blob: 6fc9a8fc7036b60d1223f05265fb9c0bb79be219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	XML-Canonical
PORTVERSION=	0.10
PORTREVISION=	2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	XML
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	Perl Implementation of Canonical XML

BUILD_DEPENDS=	p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME
RUN_DEPENDS:=	${BUILD_DEPENDS}
LIB_DEPENDS=	gdome:${PORTSDIR}/textproc/gdome2

USES=		perl5 pkgconfig
USE_PERL5=	configure

MAN3=		XML::Canonical.3

.include <bsd.port.mk>