ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:38:25 merdely Exp $
|
|
|
|
COMMENT= smart URI fetching/caching
|
|
|
|
MODULES= cpan
|
|
DISTNAME= URI-Fetch-0.08
|
|
CATEGORIES= www
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::www/p5-URI \
|
|
::www/p5-libwww \
|
|
::devel/p5-Class-ErrorHandler
|
|
|
|
.include <bsd.port.mk>
|