Martin Wilke 9e55a82a81 This module attempts to extract the maximum amount of content from available
documents, and is less concerned with XML compliance than alternatives.
Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
Perl regular expressions.

WWW:	http://search.cpan.org/dist/XML-RSSLite/

PR:		ports/126116
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-04 10:52:10 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: p5-XML-RSSLite
# Date created: 2008-07-31
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= XML-RSSLite
PORTVERSION= 0.11
CATEGORIES= textproc
MASTER_SITES= CPAN
#MASTER_SITE_SUBDIR= ../by-authors/id/J/JP/JPIERCE
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= cherry@trombik.org
COMMENT= Lightweight, relaxed RSS (and XML-ish) parser
PERL_CONFIGURE= Yes
MAN3= XML::RSSLite.3
.include <bsd.port.mk>