Sun Jan 13 18:22:08 2008 UTC ()
The packages supports installation to DESTDIR and needs a C compiler.


(heinz)
diff -r1.3 -r1.4 pkgsrc/textproc/p5-Text-CharWidth/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/textproc/p5-Text-CharWidth/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CharWidth/Makefile 2007/02/22 19:27:15 1.3
+++ pkgsrc/textproc/p5-Text-CharWidth/Makefile 2008/01/13 18:22:08 1.4
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2008/01/13 18:22:08 heinz Exp $
2 2
3DISTNAME= Text-CharWidth-0.04 3DISTNAME= Text-CharWidth-0.04
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Text-CharWidth/ 9HOMEPAGE= http://search.cpan.org/dist/Text-CharWidth/
10COMMENT= Perl5 wrappers around wcwidth(3) and family 10COMMENT= Perl5 wrappers around wcwidth(3) and family
11 11
 12PKG_DESTDIR_SUPPORT= user-destdir
 13
 14USE_LANGUAGES= c
12PERL5_PACKLIST= auto/Text/CharWidth/.packlist 15PERL5_PACKLIST= auto/Text/CharWidth/.packlist
13 16
14.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
15.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"