2016-03-20 19:56:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:53 naddy Exp $
|
2014-12-10 00:15:12 +00:00
|
|
|
|
|
|
|
COMMENT = interface for HTTP specific Net::IMP plugins
|
|
|
|
|
2014-12-10 12:38:03 +00:00
|
|
|
DISTNAME = Net-IMP-HTTP-0.523
|
2014-12-10 00:15:12 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2014-12-10 12:38:03 +00:00
|
|
|
RUN_DEPENDS = net/p5-Net-IMP>=0.617 \
|
|
|
|
net/p5-Net-Inspect>=0.27
|
|
|
|
TEST_DEPENDS = www/p5-HTTP-Message \
|
|
|
|
graphics/ImageMagick
|
2014-12-10 00:15:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|