mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Add LICENSE_FILE. Submitter takes maintainership. Switch to DISTVERSION. PR: 253605 Approved by: melifaro (ex-maintainer)
17 lines
334 B
Makefile
17 lines
334 B
Makefile
PORTNAME= tayga
|
|
DISTVERSION= 0.9.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.litech.org/tayga/
|
|
|
|
MAINTAINER= franco@opnsense.org
|
|
COMMENT= Userland stateless NAT64 daemon
|
|
WWW= http://www.litech.org/tayga/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|