19 lines
314 B
Makefile
19 lines
314 B
Makefile
COMMENT = simple and pure Perl RSS parser
|
|
|
|
DISTNAME = RSS-Parser-Lite-0.12
|
|
CATEGORIES = textproc
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
CPAN_AUTHOR = TFPBL
|
|
|
|
RUN_DEPENDS = www/p5-SOAP-Lite \
|
|
textproc/p5-XML-Parser-Lite
|
|
|
|
.include <bsd.port.mk>
|