2034681fb2
transitions between numerical values.
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# 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>
|