aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-CanonicalizeXML/Makefile
blob: f424661a69c575741b27e6c1a66e80577e183a29 (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
# Created by: Gea-Suan Lin <gslin@gslin.org>

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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Extension for inclusive/exclusive canonicalization of XML

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		gnome perl5
USE_GNOME=	libxml2
USE_PERL5=	configure

MAKE_JOBS_UNSAFE=	yes

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/CanonicalizeXML/CanonicalizeXML.so

.include <bsd.port.mk>