blob: 29b81f49273f3898fa7bcacce660c09fa274c6a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Net-Curl
PORTVERSION= 0.44
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>
|