View | Details | Raw Unified | Return to bug 51689
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 18-28 Link Here
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
19
19
20
MAN3=		Text::Reflow.3
20
MAN3=		Text::Reflow.3
21
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
22
21
23
pre-everything::
22
.include <bsd.port.pre.mk>
24
	@${PERL} -M5.006 -e1 2>/dev/null || \
25
	( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \
26
	  ${FALSE} )
27
23
28
.include <bsd.port.mk>
24
.if ${PERL_LEVEL} < 500601
25
IGNORE= "Requires perl 5.6.1"
26
.endif
27
28
.include <bsd.port.post.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
string or array using Knuth's paragraphing algorithm (as used in TeX) to
2
string or array using Knuth's paragraphing algorithm (as used in TeX) to
3
pick "good" places to break the lines.
3
pick "good" places to break the lines.
4
4
5
WWW: http://search.cpan.org/author/MWARD/Text-Reflow/
5
WWW: http://search.cpan.org/dist/Text-Reflow/
(-)pkg-plist (-7 / +8 lines)
Lines 1-7 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Reflow.pm
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text > /dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > /dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text      > /dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text      > /dev/null || true
8
@unexec rmdir %D/%%SITE_PERL%%/Text      > /dev/null || true

Return to bug 51689