1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add p5-List-Group 1.3, perl module that allows you to group a list by

columns or rows.

PR:		ports/72706
Submitted by:	Tillman Hodgson <tillman@seekingfire.com>
This commit is contained in:
Vanilla I. Shu 2004-12-13 10:40:37 +00:00
parent 7f7442fb06
commit b5cd62803a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123918
5 changed files with 32 additions and 0 deletions

View File

@ -876,6 +876,7 @@
SUBDIR += p5-Inline-Java
SUBDIR += p5-Inline-Tcl
SUBDIR += p5-Ioctl
SUBDIR += p5-List-Group
SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-Maketext-Fuzzy
SUBDIR += p5-Locale-Maketext-Gettext

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: List-Group
# Date created: Thu Oct 14 2004
# Whom: Tillman Hodgson <tillman@seekingfire.com>
#
# $FreeBSD$
#
PORTNAME= List-Group
PORTVERSION= 1.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= List
PKGNAMEPREFIX= p5-
MAINTAINER= tillman@seekingfire.com
COMMENT= Perl module that allows you to group a list by columns or rows
PERL_CONFIGURE= yes
MAN3= List::Group.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (List-Group-1.3.tar.gz) = 2d7db7cb75aca374316e60d3d74c4d82
SIZE (List-Group-1.3.tar.gz) = 2439

View File

@ -0,0 +1,2 @@
The List::Group module is simple module that currently allows you to group a
list by columns or rows.

View File

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