3c8a130f53
PR: ports/70025 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
26 lines
504 B
Makefile
26 lines
504 B
Makefile
# New ports collection makefile for: geta
|
|
# Date created: 5 Nov 2001
|
|
# Whom: sumikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geta
|
|
PORTVERSION= 19990419
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns ipv6
|
|
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
|
|
PLIST_FILES= bin/geta
|
|
|
|
.include <bsd.port.mk>
|