1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/lang/mawk/Makefile
2019-11-06 14:17:48 +00:00

21 lines
386 B
Makefile

# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD$
PORTNAME= mawk
DISTVERSION= 1.3.4-20190203
CATEGORIES= lang
MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/
MAINTAINER= wen@FreeBSD.org
COMMENT= Interpreter for the AWK Programming Language
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= tar:tgz
PLIST_FILES= bin/mawk \
man/man1/mawk.1.gz
.include <bsd.port.mk>