freebsd-ports/www/p5-WWW-Curl/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

30 lines
589 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= 3.02
PORTREVISION= 1
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.4:${PORTSDIR}/ftp/curl:install
PERL_CONFIGURE= yes
MAN3= WWW::Curl.3 \
WWW::Curl::Easy.3 \
WWW::Curl::Multi.3
post-patch:
${FIND} ${WRKSRC} -type f -name \*.orig -delete
.include <bsd.port.mk>