From ddf790c3a83221fd202cd62e865048f7bc2dc058 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 24 Nov 2007 16:18:16 +0000 Subject: Add missing options.mk --- www/p5-libwww/options.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/p5-libwww/options.mk (limited to 'www/p5-libwww') diff --git a/www/p5-libwww/options.mk b/www/p5-libwww/options.mk new file mode 100644 index 00000000000..7619f6feb70 --- /dev/null +++ b/www/p5-libwww/options.mk @@ -0,0 +1,20 @@ +# $NetBSD: options.mk,v 1.1 2007/11/24 16:18:16 adrianp Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.p5-libwww + +PKG_SUPPORTED_OPTIONS= libwww-aliases + +.if ${OPSYS} != "Darwin" +PKG_SUGGESTED_OPTIONS= libwww-aliases +.endif + +.include "../../mk/bsd.options.mk" + +### +### Do we install aliases ? +### +.if !empty(PKG_OPTIONS:Mlibwww-aliases) +ALIASES= yes +.else +ALIASES= no +.endif -- cgit v1.2.3