c0e9cc21c5
Remove the serial comma patch since the upstream author rejected it. Specify the port's MIT license. PR: 150269 Submitted by: Frederic Culot <frederic@culot.org>
28 lines
541 B
Makefile
28 lines
541 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.13
|
|
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
|
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
LICENSE= MIT
|
|
MAN3= WWW::Curl.3
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -name \*.orig -delete
|
|
|
|
.include <bsd.port.mk>
|