diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-06-22 06:46:05 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-06-22 06:46:05 +0000 |
commit | 088aee7bf21cd39b19f2cfee75b3b5f5ef68b41c (patch) | |
tree | 845fe2ddf9cb63a6da7e9d030e35c4f1f3041fa5 /net-mgmt/sing | |
parent | 4fad2df786565c23dd76d8159b89b5f9d49234bf (diff) | |
download | ports-088aee7bf21cd39b19f2cfee75b3b5f5ef68b41c.tar.gz ports-088aee7bf21cd39b19f2cfee75b3b5f5ef68b41c.zip |
- Add LICENSE (GPL 2)
- Trim Makefile's header
PR: ports/179773
Submitted by: Alexander Milanov <a@amilanov.com>
Notes
Notes:
svn path=/head/; revision=321547
Diffstat (limited to 'net-mgmt/sing')
-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 |