freebsd-ports/www/p5-WWW-Curl/Makefile
2014-02-23 12:20:03 +00:00

24 lines
587 B
Makefile

# Created by: Chris Larsen <darth@vader.dk>
# $FreeBSD$
PORTNAME= WWW-Curl
PORTVERSION= 4.17
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN \
http://curl.haxx.se/libcurl/perl/
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension interface for libcurl
LICENSE= MIT
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
TEST_DEPENDS= p5-Test-CPAN-Meta>=0:${PORTSDIR}/devel/p5-Test-CPAN-Meta \
p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>