freebsd-ports/graphics/p5-SVG-Metadata/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

25 lines
527 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= SVG-Metadata
PORTVERSION= 0.28
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:${PORTSDIR}/textproc/p5-XML-Twig
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN1= svg_validate.1 svg_annotate.1
MAN3= SVG::Metadata.3
post-patch:
${RM} -f ${WRKSRC}/lib/SVG/Metadata.pm.orig
.include <bsd.port.mk>