mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6dfdac4815
- Switch gmake to USES
18 lines
270 B
Makefile
18 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tayga
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.litech.org/tayga/
|
|
|
|
MAINTAINER= melifaro@FreeBSD.org
|
|
COMMENT= Userland stateless NAT64 daemon
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_BZIP2= yes
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|