mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
20 lines
389 B
Makefile
20 lines
389 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|