mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
IO::TieCombine - produce tied (and other) separate but combined variables.
WWW: http://search.cpan.org/dist/IO-TieCombine
This commit is contained in:
parent
20245525d2
commit
50d56fa80c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223282
@ -1404,6 +1404,7 @@
|
||||
SUBDIR += p5-IO-Prompt
|
||||
SUBDIR += p5-IO-String
|
||||
SUBDIR += p5-IO-Tee
|
||||
SUBDIR += p5-IO-TieCombine
|
||||
SUBDIR += p5-IO-Toolkit
|
||||
SUBDIR += p5-IO-Tty
|
||||
SUBDIR += p5-IO-Util
|
||||
|
23
devel/p5-IO-TieCombine/Makefile
Normal file
23
devel/p5-IO-TieCombine/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-IO-TieCombine
|
||||
# Date created: 2008-11-23
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-TieCombine
|
||||
PORTVERSION= 1.000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Perl 5 module to produce tied separate but combined variables
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= IO::TieCombine.3 \
|
||||
IO::TieCombine::Handle.3 \
|
||||
IO::TieCombine::Scalar.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-IO-TieCombine/distinfo
Normal file
3
devel/p5-IO-TieCombine/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-TieCombine-1.000.tar.gz) = a2e0d8019cf8ca3ea33d970d93f9853e
|
||||
SHA256 (IO-TieCombine-1.000.tar.gz) = 1cec4d6305739a2463887e1d60227b360b09055e37eccf8a3af967bbbc479858
|
||||
SIZE (IO-TieCombine-1.000.tar.gz) = 9370
|
3
devel/p5-IO-TieCombine/pkg-descr
Normal file
3
devel/p5-IO-TieCombine/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
IO::TieCombine - produce tied (and other) separate but combined variables.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-TieCombine
|
8
devel/p5-IO-TieCombine/pkg-plist
Normal file
8
devel/p5-IO-TieCombine/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/IO/TieCombine.pm
|
||||
%%SITE_PERL%%/IO/TieCombine/Handle.pm
|
||||
%%SITE_PERL%%/IO/TieCombine/Scalar.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/TieCombine/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/TieCombine
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO/TieCombine
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
Loading…
Reference in New Issue
Block a user