diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 06:35:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 06:35:42 +0800 |
commit | 8eb1a6d9083f6901085fd37dc957b9f978db0752 (patch) | |
tree | 075ffd6a00783fb779517590a9ebd52f2bf129d3 /net-mgmt | |
parent | 524cba6081b4cfbdd5afc49aae58639b118e0b75 (diff) | |
download | freebsd-ports-gnome-8eb1a6d9083f6901085fd37dc957b9f978db0752.tar.gz freebsd-ports-gnome-8eb1a6d9083f6901085fd37dc957b9f978db0752.tar.zst freebsd-ports-gnome-8eb1a6d9083f6901085fd37dc957b9f978db0752.zip |
- Add license
- Trim header
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cidr/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile index 08ea6f495b01..08674616118a 100644 --- a/net-mgmt/cidr/Makefile +++ b/net-mgmt/cidr/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cidr -# Date created: 18 Jun 2000 -# Whom: Domas Mituzas <midom@dammit.lt> -# +# Created by: Domas Mituzas <midom@dammit.lt> # $FreeBSD$ PORTNAME= cidr @@ -13,6 +10,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= RFC 1878 subnet calculator / helper +LICENSE= GPLv2 + MAKE_JOBS_SAFE= yes MAN1= cidr.1 |