mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
29 lines
593 B
Makefile
29 lines
593 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= ahze@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>
|