diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 18:21:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 18:21:05 +0000 |
commit | 0aad97bb5c24e162fa1f0e0fa87c8654f738ff52 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /textproc/libtext-charwidth-perl | |
parent | www/rssroll: update to 0.4 (diff) |
- Convert to new perl framework
Notes
Notes:
svn path=/head/; revision=324171
Diffstat (limited to 'textproc/libtext-charwidth-perl')
-rw-r--r-- | textproc/libtext-charwidth-perl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libtext-charwidth-perl/Makefile b/textproc/libtext-charwidth-perl/Makefile index e0ced423e272..da362c4f0df8 100644 --- a/textproc/libtext-charwidth-perl/Makefile +++ b/textproc/libtext-charwidth-perl/Makefile @@ -17,7 +17,8 @@ COMMENT= Documentation gettext tools WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::CharWidth.3 |