17 lines
303 B
Makefile
17 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:46:02 sthen Exp $
|
|
|
|
COMMENT= spider to recover and store images from web pages
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= HTTP-GetImages-0.343
|
|
REVISION= 3
|
|
CATEGORIES= www
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|