blob: 276bd204b60dc770b0021531d80abf729dcca143 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|