mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
899d2706b7
This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr
26 lines
452 B
Makefile
26 lines
452 B
Makefile
# Created by: Chris Larsen <darth@vader.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Curl
|
|
PORTVERSION= 4.15
|
|
CATEGORIES= www ftp perl5
|
|
MASTER_SITES= CPAN \
|
|
http://curl.haxx.se/libcurl/perl/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl binding interface for curl
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::Curl.3
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -name \*.orig -delete
|
|
|
|
.include <bsd.port.mk>
|