1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/p5-WWW-Curl/Makefile
Bryan Drewery 899d2706b7 - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
2013-04-30 20:00:28 +00:00

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>