Add p5-Class-Measure 0.02, create, compare, and convert units of

measurement.

PR:		ports/104694
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-11-02 06:22:48 +00:00
parent f1764fb4f3
commit 5efced5ba5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176162
5 changed files with 41 additions and 0 deletions

View File

@ -864,6 +864,7 @@
SUBDIR += p5-Class-Loader
SUBDIR += p5-Class-MOP
SUBDIR += p5-Class-MakeMethods
SUBDIR += p5-Class-Measure
SUBDIR += p5-Class-MethodMaker
SUBDIR += p5-Class-MethodMapper
SUBDIR += p5-Class-MixinFactory

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Class-Measure
# Date created: 2006-10-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Class-Measure
PORTVERSION= 0.02
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Create, compare, and convert units of measurement
PERL_MODBUILD= yes
MAN3= Class::Measure.3 Class::Measure::Length.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires Perl 5.6.1 or newer. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Measure-0.02.tar.gz) = 035c516ecf3f4aca18a4bf5523ec22c7
SHA256 (Class-Measure-0.02.tar.gz) = ae0b4a5d7916cbc95189b8410c90df5dba2c0e28eb541e2378ed146ddc579e17
SIZE (Class-Measure-0.02.tar.gz) = 6362

View File

@ -0,0 +1,4 @@
This is a base class that is inherited by the Class::Measure classes.
This distribution comes with the class Class::Measure::Length.
WWW: http://search.cpan.org/dist/Class-Measure/

View File

@ -0,0 +1,5 @@
@comment $FreeBSD$
%%SITE_PERL%%/Class/Measure.pm
%%SITE_PERL%%/Class/Measure/Length.pm
@dirrmtry %%SITE_PERL%%/Class/Measure
@dirrmtry %%SITE_PERL%%/Class