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:
parent
abfbd9a0e8
commit
1401ed7d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143861
@ -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
|
||||
|
22
devel/p5-Data-Lazy/Makefile
Normal file
22
devel/p5-Data-Lazy/Makefile
Normal 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>
|
2
devel/p5-Data-Lazy/distinfo
Normal file
2
devel/p5-Data-Lazy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Data-Lazy-0.5.tar.gz) = acd14fd1ba6898f4caf741765bff4c6e
|
||||
SIZE (Data-Lazy-0.5.tar.gz) = 4057
|
5
devel/p5-Data-Lazy/pkg-descr
Normal file
5
devel/p5-Data-Lazy/pkg-descr
Normal 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/
|
5
devel/p5-Data-Lazy/pkg-plist
Normal file
5
devel/p5-Data-Lazy/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user