aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Curl/Makefile
blob: beeeca2b72c631c2708f529df0f640a0330e44d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Chris Larsen <darth@vader.dk>
# $FreeBSD$

PORTNAME=   WWW-Curl
PORTVERSION=    4.15
PORTREVISION=   1
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:${PORTSDIR}/ftp/curl:install

PERL_CONFIGURE= yes

MAN3=       WWW::Curl.3

post-patch:
        ${FIND} ${WRKSRC} -type f -name \*.orig -delete

.include <bsd.port.mk>