freebsd-ports/graphics/p5-Image-Base-SVG/Makefile

24 lines
451 B
Makefile
Raw Normal View History

PORTNAME= Image-Base-SVG
PORTVERSION= 5
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SVG image file output
2015-07-04 18:17:59 +02:00
LICENSE= GPLv3
2018-03-04 17:10:37 +01:00
LICENSE_FILE= ${WRKSRC}/COPYING
2015-07-04 18:17:59 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Image-Base>=0:graphics/p5-Image-Base \
p5-SVG>=2.38:textproc/p5-SVG \
p5-SVG-Parser>=0:textproc/p5-SVG-Parser
2013-08-21 16:08:06 +02:00
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>