2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2005-03-14 05:45:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SVG-Metadata
|
2005-09-01 04:15:03 +02:00
|
|
|
PORTVERSION= 0.28
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-14 05:45:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-07-26 01:26:12 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-14 05:45:56 +01:00
|
|
|
COMMENT= Perl module to capture metadata info about an SVG file
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xml_grep:${PORTSDIR}/textproc/p5-XML-Twig
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-03-14 05:45:56 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-03-14 05:45:56 +01:00
|
|
|
|
|
|
|
MAN1= svg_validate.1 svg_annotate.1
|
|
|
|
MAN3= SVG::Metadata.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${RM} -f ${WRKSRC}/lib/SVG/Metadata.pm.orig
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|