ports/math/py-roman/Makefile
2024-05-08 10:27:21 +00:00

16 lines
312 B
Makefile

PORTNAME= roman
PORTVERSION= 4.2
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Integer to Roman numerals converter
WWW= https://pypi.org/project/roman/
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>