diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 16:56:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 16:56:12 +0000 |
commit | 1bbdb444223f8a8be0952f1c6c706dd9cc8256b5 (patch) | |
tree | eaf3f74266e11427c65ad4407882645073f1c78e /www/p5-HTML-Diff | |
parent | 3bc5091b11f13bacb8ade409cae755834687fc69 (diff) | |
download | ports-1bbdb444223f8a8be0952f1c6c706dd9cc8256b5.tar.gz ports-1bbdb444223f8a8be0952f1c6c706dd9cc8256b5.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Diff')
-rw-r--r-- | www/p5-HTML-Diff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Diff/Makefile b/www/p5-HTML-Diff/Makefile index 425731082065..754081f9da83 100644 --- a/www/p5-HTML-Diff/Makefile +++ b/www/p5-HTML-Diff/Makefile @@ -17,7 +17,8 @@ COMMENT= A Perl module for finding changes between two strings of HTML BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Diff.3 |