mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
1a00b7583f
Pointy hat to: philip
23 lines
421 B
Makefile
23 lines
421 B
Makefile
# 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>
|