1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-List-Group/Makefile
Vanilla I. Shu b5cd62803a 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>
2004-12-13 10:40:37 +00:00

23 lines
474 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= ${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>