pkgsrc/www/p5-WWW-Curl/Makefile
sno 678a101334 pkgsrc changes:
- Updating package for p5 module WWW:Curl from 4.07 to 4.09
  - Adding license comment for or license experts
  - Replacing duplicated dependency to www/curl with an API dependency
    version
  - Using Module::Install as module type

Upstream changes:
4.09 Thu Jul 09 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixing broken version check.

4.08 Tue Jul 07 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixed a memory leak in setopt.
    - Added a check to Makefile.PL for the minimum libcurl version.
    - Mentioned WWW::Curl hosting on github.
    - Upgraded bundled Module::Install to 0.91.
2009-07-19 10:58:17 +00:00

24 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/07/19 10:58:17 sno Exp $
#
DISTNAME= WWW-Curl-4.09
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 or MIT/X-derivat
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"