1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/mawk/Makefile
2016-12-27 10:13:25 +00:00

21 lines
385 B
Makefile

# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD$
PORTNAME= mawk
DISTVERSION= 1.3.4-20161120
CATEGORIES= lang
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
MAINTAINER= johans@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>