openbsd-ports/www/p5-URI-Fetch/Makefile

21 lines
346 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:47 espie Exp $
2007-04-17 19:59:31 -04:00
COMMENT= smart URI fetching/caching
2007-04-17 19:59:31 -04:00
MODULES= cpan
DISTNAME= URI-Fetch-0.08
REVISION= 1
2007-04-17 19:59:31 -04:00
CATEGORIES= www
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2007-04-17 19:59:31 -04:00
CONFIGURE_STYLE= modbuild
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-URI \
www/p5-libwww \
devel/p5-Class-ErrorHandler
2007-04-17 19:59:31 -04:00
.include <bsd.port.mk>