mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Higher Order Perl Streams
WWW: http://search.cpan.org/dist/HOP-Stream/ PR: ports/145141 Submitted by: Steve Wills <steve at mouf.net>
This commit is contained in:
parent
f7c11f5e51
commit
59698e114a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252026
5 changed files with 31 additions and 0 deletions
|
@ -1605,6 +1605,7 @@
|
|||
SUBDIR += p5-Gtk2-Spell
|
||||
SUBDIR += p5-Guard
|
||||
SUBDIR += p5-HOP-Lexer
|
||||
SUBDIR += p5-HOP-Stream
|
||||
SUBDIR += p5-Hash-AsObject
|
||||
SUBDIR += p5-Hash-Case
|
||||
SUBDIR += p5-Hash-Flatten
|
||||
|
|
22
devel/p5-HOP-Stream/Makefile
Normal file
22
devel/p5-HOP-Stream/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-HOP-Stream
|
||||
# Date created: 2010-03-04
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HOP-Stream
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/O/OV/OVID
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Higher Order Perl Streams
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= HOP::Stream.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-HOP-Stream/distinfo
Normal file
3
devel/p5-HOP-Stream/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (HOP-Stream-0.03.tar.gz) = 1f2f3f7af989f18bd235417d51d3cd43
|
||||
SHA256 (HOP-Stream-0.03.tar.gz) = bf2383ca5e939af5f2d31c7758497a24c4fb74aab3a12966680926fdc5f23d00
|
||||
SIZE (HOP-Stream-0.03.tar.gz) = 8842
|
3
devel/p5-HOP-Stream/pkg-descr
Normal file
3
devel/p5-HOP-Stream/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Higher Order Perl Streams
|
||||
|
||||
WWW: http://search.cpan.org/dist/HOP-Stream/
|
2
devel/p5-HOP-Stream/pkg-plist
Normal file
2
devel/p5-HOP-Stream/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/HOP/Stream.pm
|
||||
@dirrmtry %%SITE_PERL%%/HOP
|
Loading…
Add table
Reference in a new issue