1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/p5-Array-PrintCols/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

26 lines
639 B
Makefile

# New ports collection makefile for: p5-Array-PrintCols
# Version required: 1.2
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.4 1996/11/17 09:06:19 obrien Exp $
#
DISTNAME= Array-PrintCols-1.2
PKGNAME= p5-Array-PrintCols-1.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
NO_BUILD= YES
WRKSRC= ${WRKDIR}/Array-PrintCols
MAN3= Array::PrintCols.3p
MANPREFIX= ${PREFIX}/lib/perl5
.include <bsd.port.mk>