21 lines
390 B
Makefile
21 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/20 19:56:50 espie Exp $
|
|
|
|
COMMENT = simple and pure Perl RSS parser
|
|
|
|
DISTNAME = RSS-Parser-Lite-0.10
|
|
CATEGORIES = textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR = EBOSRUP
|
|
|
|
RUN_DEPENDS = www/p5-SOAP-Lite
|
|
|
|
.include <bsd.port.mk>
|