diff options
| author | Anton Berezin <tobez@FreeBSD.org> | 2010-03-09 09:15:33 +0000 |
|---|---|---|
| committer | Anton Berezin <tobez@FreeBSD.org> | 2010-03-09 09:15:33 +0000 |
| commit | 2034681fb25671d430b2a25eeb1b5769e93802c8 (patch) | |
| tree | 5091f074acc3f232639e31ce4c89a8cd56b58973 /math/p5-Math-Gradient/Makefile | |
| parent | 54f85c496b11f8c2dcf4bc18ea151ffb34b118e3 (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-Gradient/Makefile')
| -rw-r--r-- | math/p5-Math-Gradient/Makefile | 22 |
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> |
