diff --git a/math/py-roman/Makefile b/math/py-roman/Makefile index 1ae3a2a70b0d..04f688ec92d9 100644 --- a/math/py-roman/Makefile +++ b/math/py-roman/Makefile @@ -1,13 +1,15 @@ 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 +NO_ARCH= yes + .include