1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/editors/led/Makefile
Andrej Zverev 99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00

19 lines
375 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= led
PORTVERSION= 2.0
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tiny text editor, with a number of useful programming features
LICENSE= BSD
USES= perl5
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>