freebsd-ports/www/p5-Net-Curl/Makefile
Kurt Jaeger 7cf1a5a7a3 New port: www/p5-Net-Curl: Perl interface to libcurl
Perl interface to libcurl created with object-oriented implementations
in mind. This documentation contains Perl-specific details and
quirks. For more information consult libcurl man pages and documentation
at http://curl.haxx.se.

WWW: https://search.cpan.org/dist/Net-Curl/

PR:		235051
Submitted by:	Andrew Fengler <andrew.fengler@scaleengine.com>
2019-01-26 10:44:39 +00:00

23 lines
471 B
Makefile

# $FreeBSD$
PORTNAME= Net-Curl
PORTVERSION= 0.39
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrew.fengler@scaleengine.com
COMMENT= Perl interface for libcurl
LICENSE= MIT
LIB_DEPENDS= libcurl.so:ftp/curl
BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.16:devel/p5-ExtUtils-PkgConfig
USES= perl5 localbase
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Curl/Curl.so
.include <bsd.port.mk>