1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix dependencies, too many build_deps and not enough run_deps.

Deducing info from the program's website, it will need Perl,
ImageMagick, libwww-perl and ghostscript, nothing more, nothing less.

Also, take on maintainership.

Approved by: ade (mentor)
This commit is contained in:
Palle Girgensohn 2005-01-30 21:24:34 +00:00
parent ba146a6e90
commit 300d0fc9e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127730

View File

@ -7,23 +7,19 @@
PORTNAME= html2ps-${PAPERSIZE}
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print www perl5
MASTER_SITES= http://user.it.uu.se/~jan/
DISTNAME= html2ps-1.0b3
MAINTAINER= ports@FreeBSD.org
MAINTAINER= girgen@FreeBSD.org
COMMENT= HTML to PostScript converter
USE_GHOSTSCRIPT_BUILD= yes
BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
djpeg:${PORTSDIR}/graphics/jpeg \
giftopnm:${PORTSDIR}/graphics/netpbm \
tex:${PORTSDIR}/print/teTeX \
RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
weblint:${PORTSDIR}/www/weblint
RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick
USE_PERL5= YES
NO_BUILD= YES