mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
14 lines
298 B
Makefile
14 lines
298 B
Makefile
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"
|