ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
22 lines
534 B
Makefile
22 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:52 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Curl-2.0
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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"
|