diff options
author | robak <robak@FreeBSD.org> | 2015-04-12 02:05:14 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-12 02:05:14 +0800 |
commit | d25b038f9d38f4e3e4d93fc3bc636e97acd67119 (patch) | |
tree | 8730e740521d19c7037f1cceb99c9a033910c8bb | |
parent | ecb4fcc8b547ea123b15ef59976d4328a50dd00f (diff) | |
download | freebsd-ports-gnome-d25b038f9d38f4e3e4d93fc3bc636e97acd67119.tar.gz freebsd-ports-gnome-d25b038f9d38f4e3e4d93fc3bc636e97acd67119.tar.zst freebsd-ports-gnome-d25b038f9d38f4e3e4d93fc3bc636e97acd67119.zip |
ftp/wget: add CPE information
- Maintainer's timeout (vd@FreeBSD.org)
PR: 198840
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b9f7ae4a4e20..4d6269355fc3 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -13,8 +13,9 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix gmake makeinfo perl5 tar:xz +USES= charsetfix cpe gmake makeinfo perl5 tar:xz USE_PERL5= build +CPE_VENDOR= gnu GNU_CONFIGURE= yes OPTIONS_SUB= yes |