diff options
author | philip <philip@FreeBSD.org> | 2004-02-17 12:00:18 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2004-02-17 12:00:18 +0000 |
commit | 082709b0db5eab166b7c4cc2cfc4aa27bc7b651f (patch) | |
tree | 4620b4a90908b2c587383f57addb0a6ce6141c7b /math/p5-Roman | |
parent | bf704802dec9333d2d5837f5f2c1de4471482416 (diff) | |
download | FreeBSD-ports-082709b0db5eab166b7c4cc2cfc4aa27bc7b651f.zip FreeBSD-ports-082709b0db5eab166b7c4cc2cfc4aa27bc7b651f.tar.gz |
o Fix installation on bento
o Change my email address
Noticed by: bento, kris
Approved by: kris
Diffstat (limited to 'math/p5-Roman')
-rw-r--r-- | math/p5-Roman/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index b53493f..4e05a14 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Roman PKGNAMEPREFIX= p5- -MAINTAINER= philip@paeps.cx +MAINTAINER= philip@FreeBSD.org COMMENT= Perl module to convert between Arabic and Roman numerals NO_BUILD= yes @@ -21,11 +21,8 @@ USE_PERL5_RUN= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} >= 500800 -BROKEN= "Does not install" -.endif - do-install: + ${MKDIR} ${SITE_PERL} ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} .include <bsd.port.post.mk> |