1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix plist with perl 5.8.9

This commit is contained in:
Pav Lucistnik 2009-01-14 23:06:48 +00:00
parent 84345e5b93
commit c31b7610d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226131

View File

@ -7,6 +7,7 @@
PORTNAME= HTML-WebMake
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://webmake.sourceforge.net/released/ \
http://webmake.taint.org/released/
@ -24,7 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= webmake.1
MAN3= HTML::WebMake.3 HTML::WebMake::PerlCodeLibrary.3 \
HTML::WebMake::Content.3 HTML::WebMake::Main.3
MAN3= HTML::WebMake.3 HTML::WebMake::MetadataContent.3 HTML::WebMake::PerlCodeLibrary.3 \
HTML::WebMake::Content.3 HTML::WebMake::Main.3 HTML::WebMake::Util.3
.include <bsd.port.mk>