1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/pkg-info.el/Makefile
Rui Paulo 3ec37026c4 Add devel/pkg-info.el.
Provides information about Emacs packages.

Reviewed by:	bapt
2014-05-18 19:34:00 +00:00

28 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= pkg-info.el
PORTVERSION= 0.5
CATEGORIES= devel elisp
DISTNAME= pkg-info-${PORTVERSION}
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Provide information about Emacs packages
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= lunaryorn
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= fc749d9
USE_EMACS= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/pkg-info.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>