15 lines
221 B
Makefile
15 lines
221 B
Makefile
|
COMMENT= lightweight, 'relaxed' RSS (and XML-ish) parser
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = XML-RSSLite-0.15
|
||
|
CATEGORIES= textproc
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
EXTRACT_SUFX = .tgz
|
||
|
|
||
|
.include <bsd.port.mk>
|