aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Curl/Makefile
blob: a99abb565425bea93ba3c6f74e43836c0c1be121 (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
27
28
# New ports collection makefile for:    p5-WWW-Curl
# Date created:             24 July 2003
# Whom:                 Chris Larsen <darth@vader.dk>
#
# $FreeBSD$
#

PORTNAME=   WWW-Curl
PORTVERSION=    2.0
PORTREVISION=   1
CATEGORIES= www ftp perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN} \
        http://curl.haxx.se/libcurl/perl/
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX=  p5-

MAINTAINER= roam@FreeBSD.org
COMMENT=    Perl binding interface for curl

LIB_DEPENDS=    curl.3:${PORTSDIR}/ftp/curl:install

PERL_CONFIGURE= yes

MAN3=       WWW::Curl.3 \
        WWW::Curl::easy.3 \
        Curl::easy.3

.include <bsd.port.mk>