1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/lang/mawk/Makefile
Bartek Rutkowski 1018a87728 lang/mawk: update 1.3.4-20140914 -> 1.3.4-20140914
Approved by:	mentors (implicit)
2014-09-15 11:13:55 +00:00

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>