summaryrefslogtreecommitdiff
path: root/net/libproxy-perl/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-06-22 19:59:41 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-06-22 19:59:41 +0000
commitca21823b65ea22aea7534e28a607f7b7d2fdcff6 (patch)
tree17c54ee81284568526278b3357e355cf65710ca2 /net/libproxy-perl/Makefile
parentx11/qterminal: Update to 0.9.0 (diff)
Update net/libproxy to 0.4.15
* this release switched the build system to cmake * move libproxy-gnome to libproxy-gnome2 for consistency * add new slave libproxy-webkit3 * try to simplify the whole thing * bump revisions in the dependencies Reviewed by: gnome (kwm), mat Differential Revision: https://reviews.freebsd.org/D15655
Notes
Notes: svn path=/head/; revision=473062
Diffstat (limited to 'net/libproxy-perl/Makefile')
-rw-r--r--net/libproxy-perl/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/net/libproxy-perl/Makefile b/net/libproxy-perl/Makefile
index d9158fd9d49e..1c1cec91bc41 100644
--- a/net/libproxy-perl/Makefile
+++ b/net/libproxy-perl/Makefile
@@ -1,24 +1,17 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/net/libproxy-perl/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
PORTREVISION= 0
CATEGORIES= net lang
-PKGNAMESUFFIX= -perl
+PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-MAINTAINER= gnome@FreeBSD.org
COMMENT= Perl binding for libproxy
-LIB_DEPENDS= libproxy.so:net/libproxy
-
-MASTERDIR= ${.CURDIR}/../libproxy
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl
-INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/perl
USES= perl5
+CMAKE_ON= PERL_VENDORINSTALL PERL_LINK_LIBPERL
+CMAKE_ARGS= -DPX_PERL_ARCH=${SITE_ARCH}
LIBPROXY_SLAVE= perl
+MASTERDIR= ${.CURDIR}/../libproxy
.include "${MASTERDIR}/Makefile"