mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5aa33ab5cf
Approved by: portmgr (blanket infrastructure)
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|