freebsd-ports/devel/geany-plugin-pretty-printer/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

12 lines
284 B
Makefile

PORTNAME= geany-plugin-pretty-printer
PORTVERSION= ${GEANY_VER}
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USE_GNOME= libxml2
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>