.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
This class provides methods to set/modify HTTP-Headers.
To abstract common things, like caching etc. some sub classes are
provided that handle special cases (i.e. HTTP_Header_Cache).
PR: ports/60198
Submitted by: Alex Miller <asm@asm.kiev.ua>