blob: 374be770d0f9f8f2818112657534d0caa3c75b7c (
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
25
|
# 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>
|