/mail/msmtpqueue/

c81e82fba101ce34956c5de634b8ed032d0 While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Update WWW 2018-05-27T20:15:16+00:00 sunpoet sunpoet@FreeBSD.org 2018-05-27T20:15:16+00:00 fb3e569ca295e4646c28b732e6dd3e9cb9857f9f search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
Fix license information for portgs that use "the same license as Perl". 2017-09-15T08:58:46+00:00 mat mat@FreeBSD.org 2017-09-15T08:58:46+00:00 a3898eb8ff342dbb0605482d4ee476fc06d17372 Sponsored by: Absolight
Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. 2016-04-01T14:33:55+00:00 mat mat@FreeBSD.org 2016-04-01T14:33:55+00:00 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight