diff options
Diffstat (limited to 'www/p5-HTML-Format/Makefile')
-rw-r--r-- | www/p5-HTML-Format/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile index cad9c27a048..1a25813693e 100644 --- a/www/p5-HTML-Format/Makefile +++ b/www/p5-HTML-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/07/16 13:31:31 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:42 joerg Exp $ DISTNAME= HTML-Format-2.04 PKGNAME= p5-${DISTNAME} @@ -11,11 +11,12 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTML-Format/ COMMENT= Perl5 modules for converting HTML to other text formats +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Font-AFM>=1.18:../../fonts/p5-Font-AFM DEPENDS+= p5-HTML-Tree>=3.15:../../www/p5-HTML-Tree -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTML-Format/.packlist |