diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch) | |
tree | af192acb44bc78babb8295dfaebfa76b487f1087 /ftp/curl | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 1668ea9caf47..2e3fd4b14cf6 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,11 +1,12 @@ # New ports collection makefile for: curl -# Version required: 6.5.2 # Date created: 12 December 1998 # Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za> # # $FreeBSD$ +# -DISTNAME= curl-6.5.2 +PORTNAME= curl +PORTVERSION= 6.5.2 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.nu/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ |