1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/p5-WWW-Curl/Makefile
Sunpoet Po-Chuan Hsieh dd6724073c Fix compatibility with curl 7.66
- Bump PORTREVISION for package change

PR:		241280
Submitted by:	olivier
2019-10-20 17:21:52 +00:00

29 lines
644 B
Makefile

# Created by: Chris Larsen <darth@vader.dk>
# $FreeBSD$
PORTNAME= WWW-Curl
PORTVERSION= 4.17
PORTREVISION= 3
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN \
http://curl.haxx.se/libcurl/perl/
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WWW/Curl/Curl.so
.include <bsd.port.mk>