openbsd-ports/www/p5-Feed-Find/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

26 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:52 ajacoutot Exp $
COMMENT= autodiscover syndication feeds
MODULES= cpan
CPAN_AUTHOR= BTROTT
DISTNAME= Feed-Find-0.06
REVISION= 0
CATEGORIES= www
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= www/p5-libwww \
www/p5-HTML-Parser \
www/p5-URI \
devel/p5-Class-ErrorHandler
.include <bsd.port.mk>