blob: da9834a0bbd4adeaf89a114bd312f84976112ee1 (
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: p5-Data-Float
# Date created: 2006-08-07
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Data-Float
PORTVERSION= 0.002
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
.include <bsd.port.mk>
|