c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# New ports collection makefile for: p5-SVG-Metadata
|
|
# Date created: 2005-03-13
|
|
# Whom: 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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>
|