aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mawk/Makefile
blob: 12e0ba125c6318d755e165fe2b2ce0662ac2ae8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD$

PORTNAME=   mawk
DISTVERSION=    1.3.4-20131226
CATEGORIES= lang
MASTER_SITES=   ftp://invisible-island.net/${PORTNAME}/
EXTRACT_SUFX=   .tgz

MAINTAINER= bapt@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>