ports/devel/geany-plugin-geanypy/Makefile
Antoine Brodin 6cfdfbc1cd - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 18:35:32 +00:00

14 lines
291 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-geanypy
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USES= python:2.7
USE_GNOME= pygtk2
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>