# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD: head/graphics/p5-SVG-Metadata/Makefile 424411 2016-10-21 12:51:40Z mat $

PORTNAME=	SVG-Metadata
PORTVERSION=	0.28
PORTREVISION=	1
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to capture metadata info about an SVG file

BUILD_DEPENDS=	xml_grep:textproc/p5-XML-Twig
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

post-patch:
	${RM} ${WRKSRC}/lib/SVG/Metadata.pm.orig

.include <bsd.port.mk>
