pkgsrc/www/p5-WWW-Curl/Makefile
wiz 658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00

22 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/11/19 11:50:25 wiz Exp $
#
DISTNAME= WWW-Curl-2.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://curl.haxx.se/libcurl/perl/
COMMENT= Perl binding interface for curl
DEPENDS+= curl>=7.12.1:../../www/curl
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/WWW/Curl/.packlist
.include "../../www/curl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"