2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:49 ajacoutot Exp $
|
2008-10-22 14:38:02 -04:00
|
|
|
|
|
|
|
COMMENT = simple and pure Perl RSS parser
|
|
|
|
|
|
|
|
DISTNAME = RSS-Parser-Lite-0.10
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION = 0
|
2008-10-22 14:38:02 -04:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-11-20 14:56:47 -05:00
|
|
|
USE_GROFF = Yes
|
2008-10-22 14:38:02 -04:00
|
|
|
CPAN_AUTHOR = EBOSRUP
|
|
|
|
|
2010-11-20 14:56:47 -05:00
|
|
|
RUN_DEPENDS = www/p5-SOAP-Lite
|
2008-10-22 14:38:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|