freebsd-ports/textproc/p5-XML-RSSLite/Makefile

22 lines
420 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-XML-RSSLite
# Date created: 2008-07-31
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= XML-RSSLite
2009-11-03 18:29:52 +01:00
PORTVERSION= 0.15
2010-09-14 01:39:45 +02:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight, relaxed RSS (and XML-ish) parser
PERL_CONFIGURE= Yes
MAN3= XML::RSSLite.3
.include <bsd.port.mk>