freebsd-ports/math/p5-Math-Gradient/Makefile
Anton Berezin 2034681fb2 Add math/p5-Math-Gradient 0.04, a Perl module to calculate smooth
transitions between numerical values.
2010-03-09 09:15:33 +00:00

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>