aboutsummaryrefslogtreecommitdiff
path: root/math/py-roman/Makefile
blob: abf9d6cf84cc4bea815879b7f4235a9b6ea8088c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	roman
PORTVERSION=	3.3
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
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>