e9429c5ee3
PR: ports/161875 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> Approved by: maintainer timeout (roam ; 11 days)
29 lines
542 B
Makefile
29 lines
542 B
Makefile
# New ports collection makefile for: p5-WWW-Curl
|
|
# Date created: 24 July 2003
|
|
# Whom: 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= roam@FreeBSD.org
|
|
COMMENT= Perl binding interface for curl
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::Curl.3
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -name \*.orig -delete
|
|
|
|
.include <bsd.port.mk>
|