blob: 692539d199f93a1b149d5447b83f0c372b89edf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Philip Paeps <philip@FreeBSD.org>
# $FreeBSD$
PORTNAME= Roman
PORTVERSION= 1.24
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org
COMMENT= Perl module to convert between Arabic and Roman numerals
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
PLIST_FILES= %%SITE_PERL%%/Roman.pm \
%%PERL5_MAN3%%/Roman.3.gz
.include <bsd.port.mk>
|