aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-roman/Makefile
blob: b06f9adc458534af1cbfe58ac622ef8715336fd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   roman
PORTVERSION=    1.4.0
PORTREVISION=   1
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>