16 lines
317 B
Makefile
16 lines
317 B
Makefile
PORTNAME= roman
|
|
PORTVERSION= 4.0
|
|
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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|