2006-08-08 06:54:26 +00: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
|
2006-08-09 07:26:47 +00:00
|
|
|
PORTVERSION= 0.003
|
2006-08-08 06:54:26 +00:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Data
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
|
|
COMMENT= Details of the floating point data type
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Data::Float.3
|
|
|
|
|
2006-08-15 08:54:05 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|