freebsd-ports/math/py-roman/Makefile
2020-03-14 12:40:51 +00:00

16 lines
322 B
Makefile

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