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

23 lines
486 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Array-PrintCols
# Date created: October 17th 1996
# Whom: 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.1
1997-04-20 15:53:29 +02:00
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
2000-04-14 10:49:30 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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>