diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-28 14:44:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-28 14:44:43 +0000 |
commit | 7b97e5c63346af50c0617526baaa3d8cb5ae2d7e (patch) | |
tree | e3ae38c92923a95d9de15faf8db4ab8b55d11d84 /www/p5-HTML-Parser/Makefile | |
parent | 7ca7af7745604f6f6f1bef51cd5d7d37095c89c0 (diff) |
Add p5-HTML-Parser.
Notes
Notes:
svn path=/head/; revision=10734
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> |