mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update to 1.22
Use CPAN macro Makefile cleanup PR: 120939 Submitted by: Felippe de Meirelles Motta <lippemail -at- gmail.com>
This commit is contained in:
parent
8fc390da67
commit
7d7aba51c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207714
@ -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>
|
||||
|
@ -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
|
||||
|
3
math/p5-Roman/pkg-plist
Normal file
3
math/p5-Roman/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Roman.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Roman
|
Loading…
Reference in New Issue
Block a user