# New ports collection makefile for:	p5-Roman
# Date created:				16 January 2003
# Whom:	      				Philip Paeps <philip@paeps.cx>
#
# $FreeBSD: ports/math/p5-Roman/Makefile,v 1.5 2003/10/24 14:15:22 erwin Exp $
#

PORTNAME=	Roman
PORTVERSION=	1.1
CATEGORIES=	math perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Roman
PKGNAMEPREFIX=	p5-

MAINTAINER=	philip@paeps.cx
COMMENT=	Perl module to convert between Arabic and Roman numerals

NO_BUILD=	yes
USE_PERL5_RUN=	yes

do-install:
	${CP} ${WRKSRC}/Roman.pm ${SITE_PERL}

.include <bsd.port.mk>
