20 lines
380 B
Makefile
20 lines
380 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/22 18:38:02 jasper 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
|
||
|
CPAN_AUTHOR = EBOSRUP
|
||
|
|
||
|
RUN_DEPENDS = ::www/p5-SOAP-Lite
|
||
|
|
||
|
.include <bsd.port.mk>
|