1cde775925
4.15 Sun Nov 28 2010: - Balint Szilakszi <szbalint at cpan.org> - Refactored constant handling and added thorough testing for it. - Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly. 4.14 Sun Oct 24 2010: - Balint Szilakszi <szbalint at cpan.org> - Scalar references can now be used to receive body/header data [gfx]. - Speed optimizations for threaded perl. [gfx, szbalint]. - Added a more generic libcurl constant detection. - Added the pushopt method for appending strings to array options. - Documentation improvements.
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.19 2010/12/02 12:32:42 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Curl-4.15
|
|
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"
|