aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Gradient/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-03-09 09:15:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-03-09 09:15:33 +0000
commit2034681fb25671d430b2a25eeb1b5769e93802c8 (patch)
tree5091f074acc3f232639e31ce4c89a8cd56b58973 /math/p5-Math-Gradient/Makefile
parent54f85c496b11f8c2dcf4bc18ea151ffb34b118e3 (diff)
Notes
Diffstat (limited to 'math/p5-Math-Gradient/Makefile')
-rw-r--r--math/p5-Math-Gradient/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/p5-Math-Gradient/Makefile b/math/p5-Math-Gradient/Makefile
new file mode 100644
index 000000000000..276bd204b60d
--- /dev/null
+++ b/math/p5-Math-Gradient/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: math/p5-Math-Gradient
+# Date created: 09 March 2010
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-Gradient
+PORTVERSION= 0.04
+CATEGORIES= math perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Calculating gradients for color transitions and the like
+
+PERL_CONFIGURE= yes
+
+MAN3= Math::Gradient.3
+
+.include <bsd.port.mk>