19 lines
368 B
Makefile
19 lines
368 B
Makefile
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-RSSLite
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Lightweight, relaxed RSS (and XML-ish) parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAN3= XML::RSSLite.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|