mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# Created by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
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>
|