1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-List-Group/Makefile
Andrej Zverev 5aa33ab5cf - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:57:06 +00:00

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>