2001-05-27 04:07:44 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-SimpleParse
|
|
|
|
# Date created: May 26 2001
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-SimpleParse
|
2003-08-27 16:05:33 +02:00
|
|
|
PORTVERSION= 0.12
|
2001-05-27 04:07:44 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-05-27 04:07:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= HTML::SimpleParse - a bare-bones HTML parser
|
2001-05-27 04:07:44 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTML::SimpleParse.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|