diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-26 00:03:17 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-26 00:03:17 +0000 |
commit | 9edb6f5e2e8dd0d83f7bbdab060119e04d86a111 (patch) | |
tree | 05133e9819e393f5c1cfee981e96b5dce1414a5a /graphics/p5-GD-SVG/Makefile | |
parent | 3a248ed61ebeafe04c1fc59af7817db505f69170 (diff) | |
download | ports-9edb6f5e2e8dd0d83f7bbdab060119e04d86a111.tar.gz ports-9edb6f5e2e8dd0d83f7bbdab060119e04d86a111.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-SVG/Makefile')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile new file mode 100644 index 000000000000..e95fe67ed77a --- /dev/null +++ b/graphics/p5-GD-SVG/Makefile @@ -0,0 +1,27 @@ +# vim:ts=8 +# New ports collection makefile for: p5-GD-SVG +# Date created: 25 November 2004 +# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> +# +# $FreeBSD$ +# + +PORTNAME= GD-SVG +PORTVERSION= 0.25 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GD +PKGNAMEPREFIX= p5- + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Seamlessly enable SVG output from scripts written using GD + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ + ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd + +PERL_CONFIGURE= yes + +MAN3= GD::SVG.3 + +.include <bsd.port.mk> |