23e0063766
variable substituition of "MASTER_SITES" and "PATCH_SITES".
18 lines
469 B
Makefile
18 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.7 1999/04/15 20:39:45 tron Exp $
|
|
# FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp
|
|
#
|
|
|
|
DISTNAME= Array-PrintCols-1.2
|
|
PKGNAME= p5-Array-PrintCols-1.2
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Array-PrintCols/PrintCols.html
|
|
|
|
USE_PERL5= YES
|
|
|
|
NO_BUILD= YES
|
|
WRKSRC= ${WRKDIR}/Array-PrintCols
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|