summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /misc/p5-Array-PrintCols/Makefile
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r--misc/p5-Array-PrintCols/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index f25294a25fb..b135b3909dd 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,18 +1,25 @@
-# $NetBSD: Makefile,v 1.7 1999/04/15 20:39:45 tron Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/27 07:11:14 jlam 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
+PKGNAME= p5-${DISTNAME}
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
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist
-NO_BUILD= YES
WRKSRC= ${WRKDIR}/Array-PrintCols
+pre-configure:
+ ${RM} -f ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
.include "../../mk/bsd.pkg.mk"