# $MidnightBSD: trunk/www/p5-WWW-Curl/Makefile 22315 2017-02-22 13:04:51Z laffer1 $
# $FreeBSD: ports/www/p5-WWW-Curl/Makefile,v 1.16 2010/09/11 20:48:43 roam Exp $

PORTNAME=	WWW-Curl
PORTVERSION=	4.17
CATEGORIES=	www ftp perl5
MASTER_SITES=	CPAN \
		http://curl.haxx.se/libcurl/perl/
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl binding interface for curl

LICENSE=	mit

LIB_DEPENDS=	libcurl.so:ftp/curl
TEST_DEPENDS=	p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
		p5-Test-Pod>=1.14:devel/p5-Test-Pod \
		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage

USES=	perl5
PERL_CONFIGURE=	yes

post-patch:
		${FIND} ${WRKSRC} -type f -name \*.orig -delete

.include <bsd.port.mk>
