freebsd-ports/devel/pkg-info.el/Makefile
Mathieu Arnold 3f84c4ba7d Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.

With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:04:59 +00:00

25 lines
384 B
Makefile

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