summaryrefslogtreecommitdiff
path: root/net/oinkmaster/options.mk
blob: 3971287daacc2328de5fef1c1cb435b0befad513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: options.mk,v 1.2 2011/09/17 11:12:26 shattered Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.oinkmaster

PKG_SUPPORTED_OPTIONS=	perl
PKG_OPTIONS_LEGACY_OPTS+=	oinkmaster-perl-tools:perl

.include "../../mk/bsd.options.mk"

###
### Use perl tools for downloading rule files
###
.if !empty(PKG_OPTIONS:Mperl)
DEPENDS+=	p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
DEPENDS+=	p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
.else
DEPENDS+=	wget>=1.00:../../net/wget
.endif