aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Roman/Makefile
blob: 18fa333518eebc1b7b685db36c8700eb418a16a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Roman
# Date created:				16 January 2003
# Whom:	      				Philip Paeps <philip@paeps.cx>
#
# $FreeBSD$
#

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

SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}

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

.include <bsd.port.mk>