diff options
author | culot <culot@FreeBSD.org> | 2013-06-22 14:46:05 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-22 14:46:05 +0800 |
commit | 8e5c1f42bef462c34f1bfa1f60d41a72bf9adf16 (patch) | |
tree | 845fe2ddf9cb63a6da7e9d030e35c4f1f3041fa5 /net-mgmt | |
parent | 6723562f99981f08f1afcdd7d09174d11af24aa1 (diff) | |
download | freebsd-ports-gnome-8e5c1f42bef462c34f1bfa1f60d41a72bf9adf16.tar.gz freebsd-ports-gnome-8e5c1f42bef462c34f1bfa1f60d41a72bf9adf16.tar.zst freebsd-ports-gnome-8e5c1f42bef462c34f1bfa1f60d41a72bf9adf16.zip |
- Add LICENSE (GPL 2)
- Trim Makefile's header
PR: ports/179773
Submitted by: Alexander Milanov <a@amilanov.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/sing/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile index 2c190dcb03f7..09b7c444d822 100644 --- a/net-mgmt/sing/Makefile +++ b/net-mgmt/sing/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: sing -# Date created: Oct 6 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= sing PORTVERSION= 1.1 @@ -16,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool for sending customized ICMP packets +LICENSE= GPLv2 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes |