Add p5-Set-Scalar 1.03, perl module containing a set of scalars, including
references. PR: 24026 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
9cd3846c07
commit
d8b9865e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36753
6 changed files with 46 additions and 0 deletions
|
@ -271,6 +271,7 @@
|
|||
SUBDIR += p5-Resources
|
||||
SUBDIR += p5-Set-NestedGroups
|
||||
SUBDIR += p5-Set-Object
|
||||
SUBDIR += p5-Set-Scalar
|
||||
SUBDIR += p5-Sort-Versions
|
||||
SUBDIR += p5-Storable
|
||||
SUBDIR += p5-String-Approx
|
||||
|
|
25
devel/p5-Set-Scalar/Makefile
Normal file
25
devel/p5-Set-Scalar/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: devel/p5-Set-Scalar
|
||||
# Date created: 03 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Set-Scalar
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Set
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Set::Scalar.3 Set::Scalar::Real.3 Set::Scalar::Virtual.3 \
|
||||
Set::Scalar::Valued.3 Set::Scalar::Universe.3 \
|
||||
Set::Scalar::ValuedUniverse.3 Set::Scalar::Base.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Set-Scalar/distinfo
Normal file
1
devel/p5-Set-Scalar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Set-Scalar-1.03.tar.gz) = ca33e70c46b095de20c710e9801a2ca5
|
1
devel/p5-Set-Scalar/pkg-comment
Normal file
1
devel/p5-Set-Scalar/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module containing a set of scalars, including references
|
5
devel/p5-Set-Scalar/pkg-descr
Normal file
5
devel/p5-Set-Scalar/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This package implements the basic set operations for Perl
|
||||
scalars/references.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
13
devel/p5-Set-Scalar/pkg-plist
Normal file
13
devel/p5-Set-Scalar/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Scalar/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Real.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/ValuedUniverse.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Base.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Virtual.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Valued.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Null.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Universe.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Scalar
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Set 2>/dev/null || true
|
Loading…
Reference in a new issue