1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Document minimal required version of dependency

- Cosmetic change

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-15 16:51:20 +00:00
parent 30e7ce895a
commit e062dc3d8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285862

View File

@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode/decode Perl utf-8 strings into TeX
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
MAN3= TeX::Encode.3 TeX::Encode::BibTeX.3 TeX::Encode::charmap.3
BUILD_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
MAN3= TeX::Encode.3 TeX::Encode::BibTeX.3 TeX::Encode::charmap.3
.include <bsd.port.mk>