diff options
author | heinz <heinz> | 2008-01-13 18:23:39 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-13 18:23:39 +0000 |
commit | fb54fbf0903146d47f3c74511e8bbebf5a8ac43c (patch) | |
tree | 8c0876b951576fe41a62f14e1932b86c71844288 /textproc/p5-Text-WrapI18N | |
parent | 493f8246d60df26b23754844c6ac48b69851f847 (diff) | |
download | pkgsrc-fb54fbf0903146d47f3c74511e8bbebf5a8ac43c.tar.gz |
The packages supports installation to DESTDIR.
No compiler needed.
Diffstat (limited to 'textproc/p5-Text-WrapI18N')
-rw-r--r-- | textproc/p5-Text-WrapI18N/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile index 2cd4b6a82e8..91831ed5850 100644 --- a/textproc/p5-Text-WrapI18N/Makefile +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/13 18:23:39 heinz Exp $ DISTNAME= Text-WrapI18N-0.06 PKGNAME= p5-${DISTNAME} @@ -9,8 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-WrapI18N/ COMMENT= Perl5 module to wrap internationalized text +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Text-CharWidth-[0-9]*:../../textproc/p5-Text-CharWidth +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/WrapI18N/.packlist .include "../../lang/perl5/module.mk" |