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
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= xml_grep: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
|
|
|
|
|
|
|
post-patch:
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${WRKSRC}/lib/SVG/Metadata.pm.orig
|
2005-03-14 05:45:56 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|