Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
599 B
Makefile

PORTNAME= python-mode.el
PORTVERSION= 1.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= lang elisp python
MASTER_SITES= SF/python-mode/OldFiles
DISTNAME= python-mode-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs lisp module for the Python language
WWW= https://python-mode.sourceforge.net/
NO_BUILD= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el
do-install:
@${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
.for i in ${LISPFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EMACSLISPDIR}
.endfor
.include <bsd.port.mk>