freebsd-ports/sysutils/puppet-mode.el/Makefile
Yasuhiro Kimura 164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00

28 lines
618 B
Makefile

PORTNAME= puppet-mode.el
PORTVERSION= 0.2
PORTREVISION= 12
CATEGORIES= sysutils elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Simple mode for editing puppet manifests
WWW= https://github.com/puppetlabs/puppet-syntax-emacs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= emacs
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
GH_PROJECT= puppet-syntax-emacs
GH_TAGNAME= be5d708
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${EMACS_SITE_LISPDIR}/puppet-mode.el
do-install:
${INSTALL_DATA} ${WRKSRC}/puppet-mode.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>