mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
* 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
17 lines
353 B
Makefile
17 lines
353 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= Perl binding for libproxy
|
|
|
|
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"
|