19 lines
373 B
Makefile
19 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:44:46 espie Exp $
|
|
|
|
COMMENT= spider to recover and store images from web pages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-GetImages-0.343
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|