freebsd-ports/lang/php-mode.el/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

25 lines
500 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= php-mode.el
PORTVERSION= 1.15.3
CATEGORIES= lang elisp
MAINTAINER= knu@FreeBSD.org
COMMENT= PHP mode for GNU Emacs
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ejmr
GH_PROJECT= ${PORTNAME:S/.el$//}
GH_TAGNAME= 711e138
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= share/emacs/site-lisp/php-mode.el
do-install:
${INSTALL_DATA} ${WRKSRC}/php-mode.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/php-mode.el
.include <bsd.port.mk>