1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Data-Lazy 0.5, "lazy" variables.

This commit is contained in:
Sergey Skvortsov 2005-09-30 16:45:47 +00:00
parent abfbd9a0e8
commit 1401ed7d72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143861
5 changed files with 35 additions and 0 deletions

View File

@ -783,6 +783,7 @@
SUBDIR += p5-Data-HexDump
SUBDIR += p5-Data-Hexdumper
SUBDIR += p5-Data-Hierarchy
SUBDIR += p5-Data-Lazy
SUBDIR += p5-Data-Properties
SUBDIR += p5-Data-Random
SUBDIR += p5-Data-Serializer

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Data-Lazy
# Date created: 30 September 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Data-Lazy
PORTVERSION= 0.5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= "lazy" variables
PERL_CONFIGURE= yes
MAN3= Data::Lazy.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Data-Lazy-0.5.tar.gz) = acd14fd1ba6898f4caf741765bff4c6e
SIZE (Data-Lazy-0.5.tar.gz) = 4057

View File

@ -0,0 +1,5 @@
A very little module for simulating lazines in perl. It provides
scalars that are "lazy", that is their value is computed only if
necessary and at most once.
WWW: http://search.cpan.org/dist/Data-Lazy/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Lazy/.packlist
%%SITE_PERL%%/Data/Lazy.pm
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Lazy
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true