27 lines
518 B
Makefile
27 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/11/22 08:36:55 espie Exp $
|
|
|
|
COMMENT= utility to mirror web pages
|
|
|
|
DISTNAME= w3mir-1.0.10
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://langfeldt.net/w3mir/
|
|
MAINTAINER= Jeff Bachtel <jeff@cepheid.org>
|
|
|
|
# Artistic license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= www/p5-URI \
|
|
www/p5-libwww
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|