2003-02-05 00:33:47 +00:00
|
|
|
# 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-
|
|
|
|
|
2004-02-17 12:00:18 +00:00
|
|
|
MAINTAINER= philip@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Perl module to convert between Arabic and Roman numerals
|
2003-02-05 00:33:47 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= %%SITE_PERL%%/Roman.pm
|
2003-02-05 20:46:47 +00:00
|
|
|
USE_PERL5_RUN= yes
|
2003-02-05 00:33:47 +00:00
|
|
|
|
2004-02-09 02:41:35 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-02-05 00:33:47 +00:00
|
|
|
do-install:
|
2004-02-17 12:00:18 +00:00
|
|
|
${MKDIR} ${SITE_PERL}
|
2003-02-05 00:33:47 +00:00
|
|
|
${CP} ${WRKSRC}/Roman.pm ${SITE_PERL}
|
|
|
|
|
2004-02-09 02:41:35 +00:00
|
|
|
.include <bsd.port.post.mk>
|