diff options
author | philip <philip@FreeBSD.org> | 2008-02-21 20:55:40 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2008-02-21 20:55:40 +0800 |
commit | 7eea26fa56a04c13b82f012908c080ed418f9c33 (patch) | |
tree | fcd94304db8af86ee07cfb8020858feba0858244 | |
parent | d34ec584899f6bc2a8254fe0d30f9dd467d2ed72 (diff) | |
download | freebsd-ports-gnome-7eea26fa56a04c13b82f012908c080ed418f9c33.tar.gz freebsd-ports-gnome-7eea26fa56a04c13b82f012908c080ed418f9c33.tar.zst freebsd-ports-gnome-7eea26fa56a04c13b82f012908c080ed418f9c33.zip |
Update to 1.22
Use CPAN macro
Makefile cleanup
PR: 120939
Submitted by: Felippe de Meirelles Motta <lippemail -at- gmail.com>
-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 |