freebsd-ports/misc/p5-Array-PrintCols/Makefile

18 lines
338 B
Makefile
Raw Normal View History

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
1999-08-25 09:23:21 +02:00
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= Array-PrintCols
PORTVERSION= 2.5
1997-04-20 15:53:29 +02:00
CATEGORIES= misc perl5
MASTER_SITES= CPAN
2000-04-14 10:49:30 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl5 module to print arrays of elements in sorted columns
2001-02-26 13:48:37 +01:00
PERL_CONFIGURE= yes
MAN3= Array::PrintCols.3
.include <bsd.port.mk>