freebsd-ports/www/p5-WWW-Curl/Makefile

25 lines
542 B
Makefile
Raw Normal View History

# Created by: Chris Larsen <darth@vader.dk>
# $FreeBSD$
PORTNAME= WWW-Curl
PORTVERSION= 4.15
PORTREVISION= 1
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
2013-10-03 08:04:23 +02:00
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>