4.11 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed t/19multi.t for libcurl versions compiled with asyncronous dns resolution. 4.10 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Added support for CURLINFO_SLIST in getinfo (patch by claes). - Merging documentation fixes upstream from the FreeBSD port (thanks Peter). - Added support for curl_multi_fdset.
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/01/20 14:48:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Curl-4.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= imil@gcu.info
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Curl/
|
|
COMMENT= Perl binding interface for curl
|
|
LICENSE= mpl-1.0 OR mpl-1.1 OR mit
|
|
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.10.8
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/WWW/Curl/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|