aboutsummaryrefslogtreecommitdiff
path: root/dns/geta/Makefile
blob: 53bd7515a227026c43f3e945304e91ff7568e4e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	geta
# Date created:				5 Nov 2001
# Whom:					sumikawa
#
# $FreeBSD$
#

PORTNAME=	geta
PORTVERSION=	19990419
PORTREVISION=	1
CATEGORIES=	dns
MASTER_SITES=	ftp://ftp.kame.net/pub/kame/misc/
DISTNAME=	pping-${PORTVERSION}

MAINTAINER=	sumikawa@FreeBSD.org
COMMENT=	Geta(GET Address) - Simple IPv4/IPv6 address resolving tool

WRKSRC=		${WRKDIR}/pping
GNU_CONFIGURE=	yes
USE_PERL5_BUILD=yes

NO_INSTALL_MANPAGES=	yes

.include <bsd.port.mk>