aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-lua/Makefile
blob: e0293407a7b3a83a3cf2fab9187b1b7a6b314f16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=   geany-plugin-lua
PORTVERSION=    ${GEANY_VER}
PORTREVISION=   1
CATEGORIES= devel

MAINTAINER= makc@FreeBSD.org
COMMENT=    Geany plugin: ${${GEANY_PLUGIN}_DESC}

USES=       lua:51

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>