1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/epl.el/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

27 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= epl.el
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= devel elisp
DISTNAME= epl-${PORTVERSION}
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Emacs Package Library
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= cask
GH_PROJECT= epl
USE_EMACS= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/epl.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>