mirror of https://git.FreeBSD.org/ports.git
19 lines
388 B
Makefile
19 lines
388 B
Makefile
PORTNAME= morse3
|
|
PORTVERSION= 2.9
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Morse code encryption / decryption library
|
|
WWW= https://pypi.org/project/morse3/ \
|
|
https://github.com/Aayush9029/encodeDecode
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|