2006-08-08 08:54:26 +02:00
|
|
|
# New ports collection makefile for: p5-Data-Float
|
|
|
|
# Date created: 2006-08-07
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Float
|
2008-04-09 16:06:01 +02:00
|
|
|
PORTVERSION= 0.009
|
2006-08-08 08:54:26 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-03 13:32:01 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-08 08:54:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-01-28 00:44:09 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-08 08:54:26 +02:00
|
|
|
COMMENT= Details of the floating point data type
|
|
|
|
|
2007-10-06 15:31:38 +02:00
|
|
|
PERL_MODBUILD= yes
|
2006-08-08 08:54:26 +02:00
|
|
|
|
|
|
|
MAN3= Data::Float.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|