Index: head/www/p5-WWW-Curl/Makefile =================================================================== --- head/www/p5-WWW-Curl/Makefile (revision 530572) +++ head/www/p5-WWW-Curl/Makefile (revision 530573) @@ -1,28 +1,27 @@ # Created by: Chris Larsen # $FreeBSD$ PORTNAME= WWW-Curl PORTVERSION= 4.17 PORTREVISION= 3 CATEGORIES= www ftp perl5 -MASTER_SITES= CPAN \ - http://curl.haxx.se/libcurl/perl/ +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension interface for libcurl LICENSE= MIT LIB_DEPENDS= libcurl.so:ftp/curl TEST_DEPENDS= p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \ p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WWW/Curl/Curl.so .include