mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5e066d247c
Approved by: portmgr@
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# Created by: 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
|
|
USES= perl5
|
|
USE_PERL5= build
|
|
|
|
PLIST_FILES= bin/geta
|
|
|
|
.include <bsd.port.mk>
|