mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
1018a87728
Approved by: mentors (implicit)
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Created by: Pedro F. Giffuni <giffunip@asme.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mawk
|
|
DISTVERSION= 1.3.4-20140914
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interpreter for the AWK Programming Language
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/mawk \
|
|
man/man1/mawk.1.gz
|
|
|
|
.include <bsd.port.mk>
|