0226f21c2d
Approved by: portmgr (blanket)
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tillman@seekingfire.com
|
|
COMMENT= Perl module that allows you to group a list by columns or rows
|
|
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::Group.3
|
|
|
|
.include <bsd.port.mk>
|