From 088aee7bf21cd39b19f2cfee75b3b5f5ef68b41c Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 22 Jun 2013 06:46:05 +0000 Subject: [PATCH] - Add LICENSE (GPL 2) - Trim Makefile's header PR: ports/179773 Submitted by: Alexander Milanov --- net-mgmt/sing/Makefile | 8 +++----- 1 file 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 -# +# Created by: Roman Shterenzon # $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