pkgsrc/www/p5-WWW-Curl/Makefile
wiz 60cfa80fa1 Update to 4.07:
4.07 Sun May 31 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed >32bit integer option passing to libcurl on 32bit systems.
      (Thanks to Peter Heuchert for the report and fix suggestion!)
    - The CURL_CONFIG environment variable can now be used to specify
      which curl-config to use (contributed by claes).
    - Fixed segfault when a string option with setopt was set to undef
      (contributed by claes).
    - Fixed incomplete cleanup routine at destruction time
      (contributed by claes).
    - Readded Easy.pm and Share.pm stubs so that they are indexed by
      CPAN, thus avoiding complications with outdated versions appearing.
2009-06-09 12:49:20 +00:00

22 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/06/09 12:49:20 wiz Exp $
#
DISTNAME= WWW-Curl-4.07
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
DEPENDS+= curl>=7.10.8:../../www/curl
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/WWW/Curl/.packlist
.include "../../www/curl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"