mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3e8eb108c8
o Change my email address Noticed by: bento, kris Approved by: kris
29 lines
587 B
Makefile
29 lines
587 B
Makefile
# 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@FreeBSD.org
|
|
COMMENT= Perl module to convert between Arabic and Roman numerals
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= %%SITE_PERL%%/Roman.pm
|
|
USE_PERL5_RUN= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${MKDIR} ${SITE_PERL}
|
|
${CP} ${WRKSRC}/Roman.pm ${SITE_PERL}
|
|
|
|
.include <bsd.port.post.mk>
|