1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/py-roman/Makefile
2021-04-06 16:31:07 +02:00

16 lines
315 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= roman
PORTVERSION= 3.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Integer to Roman numerals converter
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>