diff options
Diffstat (limited to 'www/p5-HTML-Parser/Makefile')
| -rw-r--r-- | www/p5-HTML-Parser/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile new file mode 100644 index 000000000000..d0dc4f34d311 --- /dev/null +++ b/www/p5-HTML-Parser/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-HTML-Parser +# Version required: 2.16 +# Date Created: 28 April 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id:$ +# + +DISTNAME= HTML-Parser-2.16 +PKGNAME= p5-HTML-Parser-2.16 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML + +MAINTAINER= ports@FreeBSD.ORG + +USE_PERL5= yes + +MAN3= HTML::Entities.3 \ + HTML::Filter.3 \ + HTML::HeadParser.3 \ + HTML::LinkExtor.3 \ + HTML::Parser.3 + +MAN3PREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> |
