blob: 08b3af3f81dfb2b09c724c326e1facd7bdb284b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= wget
PORTVERSION= 1.21.1
DISTVERSIONSUFFIX= -8.el9_4
PORTREVISION= 1
CATEGORIES= ftp linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Retrieve files from the Net via HTTP(S) and FTP (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.gnu.org/s/wget/
LICENSE= GPLv3+
USES= cpe linux:rl9
USE_LINUX_RPM= nolib
CPE_VENDOR= gnu
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>
|