freebsd-ports/www/p5-WWW-Curl/Makefile
Philip M. Gollucci e9429c5ee3 - Update to 4.15
PR:             ports/161875
Submitted by:   Oleg A. Mamontov <oleg@mamontov.net>
Approved by:    maintainer timeout (roam ; 11 days)
2012-02-12 02:00:44 +00:00

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>