openbsd-ports/www/p5-Feed-Find/Makefile

22 lines
416 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2011/03/23 07:43:33 jasper Exp $
2007-04-17 20:06:49 -04:00
COMMENT= autodiscover syndication feeds
2007-04-17 20:06:49 -04:00
MODULES= cpan
CPAN_AUTHOR= BTROTT
DISTNAME= Feed-Find-0.07
2007-04-17 20:06:49 -04:00
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-libwww \
www/p5-HTML-Parser \
www/p5-URI \
devel/p5-Class-ErrorHandler
2007-04-17 20:06:49 -04:00
.include <bsd.port.mk>