22 lines
375 B
Makefile
22 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:48 sthen Exp $
|
|
|
|
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>
|