summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CharWidth
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-13 18:22:08 +0000
committerheinz <heinz@pkgsrc.org>2008-01-13 18:22:08 +0000
commit245176adc4281dab6c7250ba192114fa0ac6e5d2 (patch)
tree653c8e19aaa17ccb3679ad2b6dbaa3aa47ad7c49 /textproc/p5-Text-CharWidth
parent532d1b47501241f5c260788b8c73dc6cbbbd15db (diff)
downloadpkgsrc-245176adc4281dab6c7250ba192114fa0ac6e5d2.tar.gz
The packages supports installation to DESTDIR and needs a C compiler.
Diffstat (limited to 'textproc/p5-Text-CharWidth')
-rw-r--r--textproc/p5-Text-CharWidth/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-CharWidth/Makefile b/textproc/p5-Text-CharWidth/Makefile
index 27f63714b25..b52cc044dbd 100644
--- a/textproc/p5-Text-CharWidth/Makefile
+++ b/textproc/p5-Text-CharWidth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/01/13 18:22:08 heinz Exp $
DISTNAME= Text-CharWidth-0.04
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-CharWidth/
COMMENT= Perl5 wrappers around wcwidth(3) and family
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Text/CharWidth/.packlist
.include "../../lang/perl5/module.mk"