aboutsummaryrefslogblamecommitdiff
path: root/math/py-roman/Makefile
blob: 93d33860e4859109acecdb0f9b904d94f390d1f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                          

                     
                   






                                                   
                           
                                   

                      
# 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>