diff options
author | Philip Paeps <philip@FreeBSD.org> | 2008-02-21 12:55:40 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2008-02-21 12:55:40 +0000 |
commit | 7d7aba51c2f54176481a2281c1555176cefa1643 (patch) | |
tree | 907e0cfc0f760b6c5db63856bc42b628b5a178da /math/p5-Roman | |
parent | 8fc390da67547a93a818bd357d2574ed0a2dbfa5 (diff) | |
download | ports-7d7aba51c2f54176481a2281c1555176cefa1643.tar.gz ports-7d7aba51c2f54176481a2281c1555176cefa1643.zip |
Update to 1.22
Use CPAN macro
Makefile cleanup
PR: 120939
Submitted by: Felippe de Meirelles Motta <lippemail -at- gmail.com>
Notes
Notes:
svn path=/head/; revision=207714
Diffstat (limited to 'math/p5-Roman')
-rw-r--r-- | math/p5-Roman/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Roman/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Roman/pkg-plist | 3 |
3 files changed, 11 insertions, 15 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index 4e05a14f55e3..b2731e51925a 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -6,23 +6,16 @@ # PORTNAME= Roman -PORTVERSION= 1.1 +PORTVERSION= 1.22 CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Roman +MASTER_SITES= CPAN 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 +PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> +MAN3= Roman.3 -do-install: - ${MKDIR} ${SITE_PERL} - ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Roman/distinfo b/math/p5-Roman/distinfo index fc9c7f58ab83..e2e9a143384f 100644 --- a/math/p5-Roman/distinfo +++ b/math/p5-Roman/distinfo @@ -1,3 +1,3 @@ -MD5 (Roman-1.1.tar.gz) = 67b0e6affdc50fdf28cfc438c045fd9b -SHA256 (Roman-1.1.tar.gz) = 3005bf28e00ca85bd4c6e0690b4ecf4055d49cdfb6e38984407122352cb23427 -SIZE (Roman-1.1.tar.gz) = 1452 +MD5 (Roman-1.22.tar.gz) = faec2058bc0614320ef7525ee07e77b9 +SHA256 (Roman-1.22.tar.gz) = 82a3da08c1293510c608847380e536dfa24bc12fb0a446723d79520c86de14a1 +SIZE (Roman-1.22.tar.gz) = 3266 diff --git a/math/p5-Roman/pkg-plist b/math/p5-Roman/pkg-plist new file mode 100644 index 000000000000..62731b4e10e1 --- /dev/null +++ b/math/p5-Roman/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Roman.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman |